yaswanthkocherla/Sustainable-Smart-City-Assistant
0
Sustainable Smart City Assistant
A simple AI-powered assistant using Hugging Face's FLAN-T5 model with Streamlit UI for sustainability-focused Q&A.
๐ Setup Instructions
- Create a virtual environment and activate it.
- Install dependencies:
pip install -r requirements.txt- Run the app:
streamlit run app.pyโ Features
- Natural language Q&A on sustainability
- Built using Hugging Face Transformers + Streamlit
- Easy to deploy locally or on Hugging Face Spaces
๐ Deploy
- To deploy on Hugging Face Spaces:
- Create a new Space (Streamlit app)
- Upload these files
- Add required libraries to
requirements.txt
๐ Future Additions
- Add APIs (Weather, Traffic)
- Connect to MongoDB to log queries
- Add multilingual and voice support
