CoolFace
Apppublic

RaghuramReddyT/customer-support-bot

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
App README

๐Ÿ’ฌ 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:

bash
git clone https://huggingface.co/spaces/RaghuramReddyT/customer-support-bot
cd customer-support-bot
pip install -r requirements.txt
streamlit run app.py

Set your API key in .env:

GEMINIAPIKEY=yourapikey_here ---

License

MIT License