Skip to content

🤖 Transformer Chatbot web app using Tensorflow 2.0 and Django

Notifications You must be signed in to change notification settings

aminekha/Transformer-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transformer Chatbot

Introduction

Transformer chatbot is a web app built using Transformers, Tensorflow 2.0, and Django using the Cornell Movie-Dialogs Corpus Dataset (Link Here).

Features

  • Train your own model or use the pretrained model (included in this repo)
  • Beautiful UI to interact with the Chatbot
  • Uses Tensorflow 2.0

Setup

Setup everything using the requirements.txt file. Just run python3 -r requirements.txt

Usage

If you have everything installed (including Tensorflow and Django) you just need to run: python3 manage.py runserver Then wait for it to process the dataset and load the model. Then all you need is to open 127.0.0.1:8000 and interact with the chatbot.

About

🤖 Transformer Chatbot web app using Tensorflow 2.0 and Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published