Skip to content

Recommendation System of products for DM project. Tools: Python · Django Rest Framework · Pandas · Scikit Learn · Oauth2

Notifications You must be signed in to change notification settings

alejandrosoares/dm-recommendations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Product Recommendation System for DM

Its is a microservice which seeks for similar products based on their description

Installation

  1. Set the next environment variables inside of .env file in src/ dir:
    DJANGO_SECRET_KEY
  1. Install dependencies within your virtual environment:
    pip install requirements/dev.txt
  1. Go to src/ dir and run:
    python manage.py runserver
  1. Create a superuser and register a new application to get CLIENT_ID, CLIENT_SECRET.

  2. Write the next variables into .env in DM project:

  • CLIENT_ID
  • CLIENT_SECRET
  • USERNAME
  • PASSWORD

References

Django Oauth

About

Recommendation System of products for DM project. Tools: Python · Django Rest Framework · Pandas · Scikit Learn · Oauth2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages