Skip to content

Academy-Omen/torched-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch with Django

  • Deploying a PyTorch Bot with Django

Simple chatbot implementation with PyTorch

-> Install Requirements

# the torch versions in the requirements are cpu-only
# You can install the cuda version if applicable
$ pip install -r requirements.txt
$   python manage.py startapp touch

-> Create django app

python manage.py startapp touch

-> Now add all the required files in the app directory and create views

Credits:

@python-engineer for the Chat-bot

@NjohPrince for Frontend work