Giter Club home page Giter Club logo

psychic_bits's Introduction

Psychic_Bits

What is PsychicBits?

Psychic Bits is providing an entertainment platform for fans of Premiere League to predict the results of matches and to challenge machine predictions too, machine predictions are based on important statistics which make it considerable for sponsors who need to know more about the future in order to make their investments decisions.

Psychic Bits also provide a RESTful Api so anyone can use the predictions made by our ML Model.

prerequisite:

1- on your machine install requirements.txt (prefered to install on a venv)
2- download and install Redis 2.8+.

Workflow:

1- change directory to the project directory contains manage.py
2- start your local DB by migrating django models using python manage.py makemigrations
then python manage.py migrate 4- matches schedule is in "sideCodes" folder, in order to fill data into the DB, run the scripts inside the folder.
5- run the server on your localhost using the command python manage.py runserver
6- run redis-server
7- start the scheduler with the command celery -A pbProject beat -l info in a new terminal
8- start the worker with the command celery -A <module> worker -l info or on windows celery -A pbProject worker -l info -P gevent also in a new terminal
9- visit "/psychicbits/results/" and see the page updating matches results after each minute -very short time for testing purpose-.

psychic_bits's People

Contributors

amiramosa avatar omnia100 avatar aida-mahmoud avatar abdohawas avatar

Watchers

 avatar

Forkers

amiramosa

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.