Skip to content

hyadess/Tutor-On-Leave-Backend

Repository files navigation

Tutor On Leave

Watch demo on Youtube

HOW TO LOCALLY IMPORT THE PROJECT???

STEP-1: CREATE A CONDA ENVIRONMENT ( AT FIRST INSTALL CONDA TO MACHINE):

  • open command prompt in vs code ( not powershell)
  • conda create --name tokkhok-chatbot python=3.10 (create a new conda env)
  • conda activate tokkhok-chatbot ( activate the env)

STEP-2: INSTALL ALL THE LIBRARIES

  • pip install -r requirements.txt ( there can be some dependency collisions if your are unlucky. manually resolving is easy enough)

STEP-3: CREATE .env FILE. AND ADD THESE VARIABLEs ( OR I WILL GIVE YOU A ENV FILE )

  • OPENAI_API_KEY

  • SECRET_KEY

  • ALGORITHM

AND, YOU ARE ALL SET!!!!!!!

HOW TO RUN?

command: python main.py

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors