Update README

This commit is contained in:
jwradhe 2024-11-21 01:13:34 +01:00
parent 3039c5b216
commit d9464eaa7d
2 changed files with 8 additions and 1 deletions

View File

@ -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.
---

7
requirements.txt Normal file
View 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