Git Product home page Git Product logo

recommendation-system-docker's Introduction

hng


๐Ÿ“ƒ About

  • This is a user and article recommendation API built using the database dump from Lucid
  • There is a limitation on the API being used on Windows due to the fact of the unavailability of Turicreate on Windows
  • The API can be used on Linux, Mac and Windows WSL.
  • For those that do not have the above mentioned options, Docker procedures are available for building Docker image and running the container

๐Ÿ“ƒ Installation Guide For Linux, Mac and Windows WSL

1) Fire up your favourite console & clone this repo somewhere:

โ git clone https://github.com/vahiwe/Recommendation-System-Docker.git

2) Enter this directory:

โ cd Recommendation-System-Docker

3) Update pip:

โ python -m pip install --upgrade pip

4) Install other python packages/dependencies using the requirement file:

โ pip3 install -r requirements.txt

5) Run the App:

โ python app.py

6) Open your browser and type in this URL on procedures for running a Recommendation:

โ http://127.0.0.1:5000/

๐Ÿ“ƒ Installation Guide for Docker

1) Fire up your favourite console & clone this repo somewhere:

โ git clone https://github.com/vahiwe/Recommendation-System-Docker.git

2) Enter this directory:

โ cd Recommendation-System-Docker

3) Run Docker compose to build the Image and start the container:

โ docker-compose up

4) Open your browser and type in this URL on procedures for running a Recommendation:

โ http://127.0.0.1:5000/

5) Stop the application by running the below command from within your project directory in the second terminal, or by hitting CTRL+C in the original terminal where you started the app:

โ docker-compose down

Happy developing!

recommendation-system-docker's People

Contributors

vahiwe avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.