Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 846 Bytes

README.rst

File metadata and controls

35 lines (24 loc) · 846 Bytes

Travis Codecov

Flexys AI

Flexys is a django web application that automatically performs automated data analysis and machine learning.

Installation

Flexys has been tested to work with the following packages:

  • Django==2.2.5
  • djangorestframework==3.10.3
  • GPyOpt==1.2.5
  • matplotlib==3.1.1
  • pandas==0.24.1
  • scikit-learn==0.21.2

How to run

Type the code below to start the web application:

python manage.py makemigrations
python manage.py migrate
python manage.py runserver