Update README
This commit is contained in:
parent
3039c5b216
commit
d9464eaa7d
@ -54,7 +54,7 @@ python main.py
|
|||||||
|
|
||||||
## Project Overview
|
## 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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
7
requirements.txt
Normal file
7
requirements.txt
Normal file
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user