rashSinha/insurance-chatbot
0
Insurance Chatbot ๐
This is an AI-powered insurance chatbot built with FastAPI and Transformers (GPT-Neo-125M), deployed on Hugging Face Spaces.
Features
- Provides insurance-related information
- Uses a FastAPI backend
- Has a simple HTML frontend
- Deployed on Hugging Face Spaces
๐ Running Locally
- Clone the repository:
git clone https://github.com/your-repo-name.git
cd insurance-chatbot
2. **Run the backend**:cd backend pip install -r requirements.txt uvicorn app:app --host 0.0.0.0 --port 8000
- Run the frontend:
- Open
frontend/index.htmlin a browser
๐ Live Demo Checkout the live demo at Hugging Face Spaces
๐ License MIT
