Skip to content

Praddyumn16/code-snippet-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Snippet Recommender

video.webm

Installation guide for linux

  1. Install virtualenv using command: pip install virtualenv
  2. Goto the root folder of the repo and create virtual environment venv using command: virtualenv venv
  3. Activate venv using command: source venv/bin/activate
  4. Install all the dependencies: pip install -r ./requirements.txt
  5. After the installation of all the dependencies run command: ./run
  6. Open web browser of your choice and enter url: 127.0.0.1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published