CoolFace
Apppublic

yaswanthkocherla/Sustainable-Smart-City-Assistant

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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

  1. 1.Create a virtual environment and activate it.
  2. 2.Install dependencies:
bash
   pip install -r requirements.txt
  1. 1.Run the app:
bash
   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