/chatbot_task

Primary LanguageJupyter Notebook

Internship-Tasks (Real Time ChatBot)

ChatBot project is desigend where user can communicate with the Chatbot in real time.

Setup

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

Model

Download Model Link below

Large Model

Small Model

Copy Model in chatbot_app repo

Project Structure

 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

run ChatBot

python server.py

run ChatBot on Google Colab

ChatBot_task.ipynb file on colab