Skip to content

cygniv404/data-visualizations-for-statistical-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

create intuitive pages that contain informative visualizations of the provided data for a statistical analysis.

The file data.csv contains an example data set that has been artificially generated. The set consists of 400 samples where for each sample there are 10 different sensor readings available. The samples have been divided into two classes where the class label is either 1 or -1.

backend application is implemented in python using:

frontend application is implemented in ReactJS.

Instructions

Using Python 3.6.7

  1. Create a virtualenv "venv" with 'python3 -m venv venv'. If you do not have virtualenv python package installed, follow the installation manual: https://virtualenv.pypa.io/en/stable/installation/
  2. Activate it with '. venv/bin/activate'
  3. Install the requirements with 'pip install -r requirements.txt'
  4. Run the application with 'python3 -m main'

About

Python | Flask | ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published