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