yavuzalikorkut / olanalyze

A web app that will enable statistical hypothesis testing

Home Page:https://olanalyze.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Olanalyze

GitHub version PyPI Libraries.io dependency status for GitHub repo

Olanalyze is a web app that will enable statistical hypothesis testing. This app has been developed for correct test selection with flow chart. It based on flask and uses scipy.stats for statistical tests.

Installation

First install virtual environment for your machine. Use the package manager pip to install virtual environment.

pip3 install virtualenv 

Clone the repository

git clone https://github.com/yavuzalikorkut/olanalyze.git
cd olanalyze

Create a folder for virtual environment

mkdir venv
cd venv
virtualenv myvenv

Activate your virtual environment

source myenv/bin/activate

Install requirements

(myvenv) pip3 install -r requirements.txt

Running project locally

You can use development server

 (myvenv) $ export FLASK_APP=wsgi.py
 (myvenv) $ flask run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A web app that will enable statistical hypothesis testing

https://olanalyze.herokuapp.com/

License:MIT License


Languages

Language:HTML 74.7%Language:Python 24.0%Language:CSS 1.3%