Skip to content

Recommendation System sever for Projectube developed by insource team of VietCode company leveraging User-Based Collaborative Filtering

License

Notifications You must be signed in to change notification settings

hoangcaobao/Projectube-Recommendation-System

Repository files navigation

Projectube Recommendation System

I design a recommendation system server using Flask for Projectube

Normal use

  1. Clone
  • Go to terminal
https://github.com/hoangcaobao/Projectube_Recommendation_System.git
  1. Change directory:
cd Projectube_Recommendation_System
  1. GraphQL DATABASE link:
export GRAPHQL=link
  • REMEMBER NO SPACE BETWEEN GRAPHQL=yourlink
  1. Install packages:
pip install -r requirements.txt
  1. Run:
python3 wsgi.py

Docker use

  1. Clone
  • Go to terminal
https://github.com/hoangcaobao/Projectube_Recommendation_System.git
  1. Change directory:
cd Projectube_Recommendation_System
  1. Docker build:
docker image build -t app .
  1. Docker run:
docker run -e GRAPHQL=link -p 5000:5000 app

Bao Hoang

About

Recommendation System sever for Projectube developed by insource team of VietCode company leveraging User-Based Collaborative Filtering

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages