Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

java-abhinav07/Recommendation_Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommendation_Engine

Running Frandom App on Local Machine

  1. Clone the repository
git clone https://github.com/java-abhinav07/Recommendation_Engine.git
  1. Install requirements.txt
pip3 install -r requirements.txt
  1. Run the main app
cd mysite
python3 manage.py runserver

Find the django website hosted on 0.0.0.0:8000