this is a small flask projet to allow a backend access point with route to LLMs so that I canoperate my chatbots.
Clone the repo
git clone https://github.com/jovidal195/chatbot_flask_endpoint.git
Create a venv (suggested) then install requirements
pip install -r requirements.txt
run the program
python replybot.py
- Thanks to pollinations for the usage LLM models
- This project uses SpeechRecognition
- This project uses Google Text-to-Speech