Nishant Dahal
python -m ensurepip install venv
movie_rec_env
: python -m venv movie_rec_env
movie_rec_env
: conda create -n movie_rec_env python=3.x
(Replace 3.x
with your desired Python version)conda activate movie_rec_env
requirements.txt
: pip install -r requirements.txt
streamlit run app.py
train.ipynb
Jupyter notebook. Below is a summary of the steps involved:train.ipynb
file in Jupyter Notebook.mini-projecteda.ipynb
Jupyter notebook. Below is a summary of the steps involved:mini-projecteda.ipynb
file in Jupyter Notebook.api_key
in app.py
with your actual TMDB API key.