This is a web-based platform for testing AI chatbots, built with Streamlit and OpenAI API.
- 🗨️ Interactive chatbot interface
- 🤖 OpenAI-powered responses
- 📜 Chat history tracking
- ⚡ Fast and easy to use
git clone https://github.com/audrbar/ml-site
cd ml-site
uv pip install -r requirements.txt
[openai]
api_key = "your-api-key-here"
streamlit run app.py
📜 MIT License