A web application to explore art, culture, and tourism through interactive maps.
frontend/: Streamlit app and componentsbackend/: Data processing and Snowflake utilitiesdata/: CSV datasets for tourist places, festivals, foods, handicrafts, and schemes.streamlit/: Configuration for Streamlit secretsrequirements.txt: Python dependencies
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Run the app:
streamlit run frontend/app.py