CoolFace
Apppublic

rashSinha/insurance-chatbot

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

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

  1. 1.Clone the repository:
bash
   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

  1. 1.Run the frontend:
  2. 2.Open frontend/index.html in a browser

๐ŸŒ Live Demo Checkout the live demo at Hugging Face Spaces

๐Ÿ“œ License MIT