Skip to content

My first project in Data Science. Give me your comment 🥰🥰. Thanks

Notifications You must be signed in to change notification settings

ThaiG2Pro/recommendation-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommendation System Project

This project is an end-to-end recommendation system, following a professional Machine Learning workflow, including data exploration, model building, deployment with Flask, and containerization with Docker.

Project Structure

  • data/: Raw, processed, and external data files.
  • notebooks/: Jupyter notebooks for EDA and model training.
  • src/: Source code for data preparation, model training, and evaluation.
  • models/: Saved models (SVD models, etc.).
  • app/: Flask app files for serving the recommendation system.
  • tests/: Unit tests for key components.
  • scripts/: Scripts for running training and inference.

Requirements

Install the necessary dependencies using: pip install -r requirements.txt

About

My first project in Data Science. Give me your comment 🥰🥰. Thanks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published