Giter Site home page Giter Site logo

flask_io's Introduction

Dashboard with Python Dash

Simple cryptocurrency dashboard created using the Dash framework

About

The project is designed to visualize data extracted from CoinMarketCap

Software

Prerequisites

In order to use following repository, at the moment you'll need to use any Linux distribution. We'll be using pip as the main package manager toinstall all the dependencies required in the project we will use pip, which is a package management system for the Python language environment

  1. Windows
  • PIP
    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
    python get-pip.py
    
  • Virtualenv
    pip install virtualenv 
    
  1. Linux
  • PIP
    sudo apt-get install python3-pip
  • Virtualenv
    sudo pip install virtualenv 
    

Installation

Windows

  1. Clone the repo
    git clone https://github.com/Thhprx3/Flask_IO.git
  2. Create virtual env
    python3 -m venv .venv
    source venv/bin/activate
  3. Install all necessary dependencies used in the project
    sudo pip install -r requirements.txt
  4. Start the development server
    • Locally
    python3 start_server.py
    • Gunicorn
    pip install gunicorn

Linux

  1. Clone the repo
    git clone https://github.com/Thhprx3/Flask_IO.git
  2. Create virtual env
    python3 -m venv .venv
    source venv/bin/activate
  3. Install all necessary dependencies used in the project
    sudo pip install -r requirements.txt
  4. Start the development server
    • Locally
    python3 start_server.py
    • Gunicorn
    pip install gunicorn
    gunicorn start_server:app.server

License

Distributed under the MIT License. See LICENSE.txt for more information.

TODO

  • Page template
  • Integrate Dash
  • Static data collection
  • Extend data collection
  • Include options/sliders for charts
  • First Gunicorn deployment on Heroku
  • Data preparation for keras/tensorflow
  • Building first AI model
  • Implementing predictions
  • tbd

flask_io's People

Contributors

thhprx3 avatar voxxxx avatar

Stargazers

 avatar thinkofher avatar

Watchers

 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.