ChatBot project is desigend where user can communicate with the Chatbot in real time.
pip install python = 3.10.10
clone project
git clone https://github.com/USTAADCOM/chatbot_task.git
cd chatbot_task
pip install -r requirements.txt
Download Model Link below
Copy Model in chatbot_app repo
chatbot_task
│ chatot model small.rar
│ model_GPT2.pkl
│ model_GPT2_small.pkl
│ README.md
│ requirements.txt
│ server.py
│ tokenizer_GPT2.pkl
│ tokenizer_GPT2_small.pkl
│
└───chatapp
│ events.py
│ extensions.py
│ module_chat.py
│ routes.py
│ __init__.py
│
├───static
│ style.css
│
├───templates
│ chat.html
│ index.html
python server.py
ChatBot_task.ipynb file on colab