This repository helps women find safe, clean, and accessible washrooms in Italy. The project scrapes restroom location data, geocodes the locations, and displays them on an interactive map.
- Scrape restroom locations
- Geocode locations
- Interactive map interface
- Install required Python packages:
pip install -r requirements.txt - Run the data scraping script:
python scripts/scrape_data.py - Run the geocoding script:
python scripts/geocode_data.py - Run the AI integration script:
python scripts/ai_integration.py - Run the AI/ML API integration script:
python scripts/ai_ml_integration.py - Run the Toolhouse integration script:
python scripts/toolhouse_integration.py - Run the Groq integration script:
python scripts/groq_integration.py - Open
index.htmlto view the interactive map.
- Meta's Llama 3 and Llama 3.1 for AI capabilities
- AI/ML API for machine learning functionalities
- Toolhouse for semantic search and RAG
- Groq for AI acceleration
Feel free to submit pull requests to improve the project.