Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 421 Bytes

movie_recommend_app

Install Libraries :
pip install pandas
pip install selenium
pip install flask
pip install scikit-learn
pip install tqdm

Add [Your directory]/movie_recommend_app/services/ChromeDriver to the PATH .

In the movie_recommend_app folder , open command line
>set FLASK_APP=movie.py (in case of powershell use : $env:FLASK_APP = "movie.py")
>python -m flask run