RaghuramReddyT/customer-support-bot
0
๐ฌ Customer Support AI Assistant
An AI-powered customer support bot built with Streamlit and Gemini 1.5 Flash, deployed on Hugging Face Spaces.
๐ Features
- Answer customer support queries in plain English
- Built with Google Gemini API
- Simple and clean Streamlit UI
- Runs directly on Hugging Face Spaces
๐ ๏ธ Tech Stack
- Python
- Streamlit
- Google Generative AI SDK
- Hugging Face Spaces
๐ Project Structure
customer-support-bot/
โโโ app.py # Main Streamlit app
โโโ requirements.txt # Python dependencies
โโโ README.md # Project documentation
โโโ .env (local only) # API key for Gemini (never pushed)โก Running Locally
Clone the repo and run with Streamlit:
git clone https://huggingface.co/spaces/RaghuramReddyT/customer-support-bot
cd customer-support-bot
pip install -r requirements.txt
streamlit run app.pySet your API key in .env:
GEMINIAPIKEY=yourapikey_here ---
License
MIT License