IntraBuildingNavigator
Our goal is to build a "Google Maps"-style application that guides the user around the inside of a building. Our current plan is to develop this project on a small scale for desktop, then eventually scale up to a mobile app.
We will use AI image/video processing, device location services, and pathfinding algorithms to determine where the user is currently located and what actions they should take to get to their destination.
GitHub Contributors
|
townsonr |
AtharvaKirkole |
RSeeth947 |
leestep9 |
ProgramRush |
mwaleeed |
tegascott |
Team Members
Rachel Townson | Computer Science | Senior
Atharva Kirkole | Computer Science | Freshman
Rupesh Seetharaman | Computer Science | Freshman
Stephen Lee | Data Science | Master's First Year
Skanda Vijaykumar | Computer Science | Freshman
Mohammad Waleed Bin Munir | Mechanical Engineering | Sophomore
Tega Scott-Emuakpor | Chemical Engineering | Junior
How to use the web app:
Required Libraries
| Library | How to install |
|---|---|
| Flask for Python | pip install flask |
| EXIF | pip install exif |
| GeoPy | pip install geopy |
Instructions
- install all the required libraries to your Python virtual environment
- navigate to the flask_app directory (
cd flask_app) - run the main.py file (
python main.py) - open up http://127.0.0.1:8000 in your browser to see the locally-hosted website
Log in or sign up for Devpost to join the conversation.