Skip to content

A dashborad for visualizing and predicting data.

Notifications You must be signed in to change notification settings

anettfre/ML-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-dash

A dashborad for visualizing and predicting data.

Requirements

Requires python > 3.4 < 3.7.4 and pip >= 19.0

python3 --version
pip3 --version
virtualenv --version

Installation

This dashboard run python. It's taken that you already have python installed on your system. Use the package manager pip to install the requirements It's recommended to use virtual environment to use this project

sudo apt update
sudo apt install python3-dev python3-pip
sudo pip3 install -U virtualenv  # system-wide install
virtualenv --system-site-packages -p python3 ./venv
source ./venv/bin/activate
pip install -r requirements.txt

Usage

python app.py

About

A dashborad for visualizing and predicting data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published