Coder Social home page Coder Social logo

selutin99 / moscow-books-recomendation-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 36 KB

Recommendation system for users of Moscow libraries

License: Apache License 2.0

Dockerfile 1.08% Python 95.55% HTML 3.36%
flask books-recommendation recomendation-system

moscow-books-recomendation-system's Introduction

moscow-books-recomendation-system

Table of contents

Overview

Recommendation system for users of Moscow libraries via Flask framework.

Documentation

...

Git info

  • For each issue, a separate branch is created with the name "feature/[name_of_feature]" (without []);
  • After the work is completed, a pull request is created to the master branch;
  • Make sure that all CI & CD validations are passed successful.

Development

Local development

  • Check you have Python 3.7 installed by typing on commandline python --version
  • Install environment
pip install virtualenv
virtualenv venv
CALL venv/Scripts/activate.bat (on Windows)
source venv/bin/activate (on Linux)
pip install -r requirements.txt

Docker

docker build -t moscow-books-recomendation-system:latest .
docker run -d -p 5000:5000 moscow-books-recomendation-system:latest

Testing

Code style

  • Run pycodestyle --exclude=venv,flask_inject.py,container.py --max-line-length=120 .

Unit tests

  • Run pytest

Other useful info

Authors

Contributing

Please, follow Contributing page.

Code of Conduct

Please, follow Code of Conduct page.

License

This project is Apache License 2.0 - see the LICENSE file for details

DI container

This template uses the flask_inject module to implement a dependency injection container. It is assumed that the services you create will be added to the container manually, and your routes will inject services from the context.

moscow-books-recomendation-system's People

Contributors

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