(Enact, Engage & Educate AI Chatbot)
This project is a character-based chatbot using FastAPI for the backend and a simple HTML/JavaScript frontend.
backend.py: FastAPI backend codeindex.html: Frontend HTML filevercel.json: Vercel deployment configurationrequirements.txt: Python dependencies
This project is set up for deployment on Vercel. Make sure to set up any necessary environment variables in the Vercel dashboard.
To run this project locally:
- Install dependencies:
pip install -r requirements.txt - Run the backend:
uvicorn backend:app --reload - Open
index.htmlin a web browser



