SaferMaps optimizes public transportation routes to help users travel safely across NYC. By analyzing crime data, population density, and real-time CCTV feeds, the application generates safer travel paths and visualizes them on an interactive map. Features include route summaries, transport service suggestions, and personalized route options based on user preferences.
- React
- Vite
- CSS
- Flask
- MongoDB
- llama 3.37 and llama 3.2-11b-vision
- A* search
python -m venv env
source env/bin/activate
git clone https://github.com/hibaa8/devfest.git
cd devfestNavigate to the backend directory:
cd backendInstall the necessary requirements
pip install -r requirements.txt Run the Flask app:
flask runOpen a new terminal window and navigate to the frontend directory:
cd ../frontendInstall dependencies:
npm installStart the development server:
npm startOpen your browser and navigate to: http://localhost:5173/ (flask server should be running on port 5000)