This is a chatbot with real time stream like ChatGpt.
clone project with Python 3.10.10
git clone https://github.com/USTAADCOM/chatbot_stream.git
cd chatbot_stream
pip install -r requirements.txt
chatbot_stream
│ app.py
│ requirements.t
│
├───static
│ chat.js
│ style.css
│
└───templates
chat.html
python app.py
Visit URL
http://127.0.0.1:5000/chat
python gradio_server.py
Visit URL
http://127.0.0.1:7860
Change the Port number above with your port number.