diff --git a/README.md b/README.md index 6e28bc8..561617c 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ python main.py ## Project Overview -The **TV-Show Recommender** is a machine learning-based program that suggests TV shows to users based on their preferences. The system uses **Nearest Neighbors (NN)** and **K-Nearest Neighbors (K-NN)** algorithms with **cosine distance** to recommend TV shows. Users provide a title of a TV show they like, and the system returns personalized recommendations based on similarity to other TV shows in the dataset. +The **TV-Show Recommender** is a machine learning-based program that suggests TV shows to users based on their preferences. The system uses **Nearest Neighbors (NN)** and **K-Nearest Neighbors (K-NN)** algorithms with **cosine distance** to recommend TV shows. Users provide a title of a TV show they like, and the system returns recommendations based on similarity to other TV shows in the dataset. --- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e3e3645 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +Flask==3.0.1 +numpy==1.26.4 +pandas==2.2.0 +scikit-learn==1.4.1.post1 +scipy==1.12.0 +sentence-transformers==3.2.1 +textwrap3==0.9.0