Skip to content

shreyansh23/btp-web-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Backend

  • Open a new terminal
  • Create and activate a new virtual environment (optional)
  • Install required packages
  pip install django
  pip install djangorestframework
  pip install Pillow
  pip install django-cors-headers
  pip install keras
  pip install tensorflow
  • Go to backend root folder
  • Run python manage.py migrate
  • Run python manage.py createsuperuser // Choose username and password
  • Add tokenizer dl directory
  • Add models in dl/final_models directory
  • Run python manage.py runserver

Frontend

  • Open a new terminal
  • sudo apt update
  • sudo apt install nodejs
  • sudo apt install npm
  • Run nodejs -v // to check if nodejs successfully installed
  • Go to frontend root folder
  • Run npm i
  • Run npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published