Skip to content

Commit

Permalink
Fix requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
easyautoml committed Apr 5, 2022
1 parent a6b5012 commit fffe003
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 781 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Feel free to reach out to me on LinkedIn (http://www.linkedin.com/in/lucnguyenvn

## 2. How to use EasyML

Main Page
![img.png](docs/img/img.png)

### 2.1 Upload Data and analysis your data
After build the model, you need upload data by click on **File Management** button.
System now only accept csv file. I will upgrade soon that help customer can upload other file like excel, text.
Expand All @@ -44,6 +41,4 @@ Although, you can make a prediction with best model score.
### 4. Model Evaluations
By click on models in Leaderboard, you can check more detail about model performance.

This function still implementing. I will release it as soon as possible.

![img_5.png](docs/img/img_5.png)
16 changes: 14 additions & 2 deletions docs/InstallGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Lib I used to build Auto machine learning :
- Autogluon

![img.png](img.png)
![img.png](img/install/img.png)

# 2. Install

Expand Down Expand Up @@ -69,6 +69,10 @@ python manage.py makemigrations
python manage.py migrate
```

Result

![img_2.png](img/install/img_2.png)

*Step 2. Start Service*
```commandline
# Start django service
Expand All @@ -79,4 +83,12 @@ celery -A mlplatform flower --port=5555
# Start worker
celery -A mlplatform worker -s /tmp/tmp.db --pool=solo -l info
```
```


**Flower UI**
![img_3.png](img/install/img_3.png)


**AUTOML UI**
![img_3.png](img/install/img_1.png)
File renamed without changes
Binary file added docs/img/install/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/install/img_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/install/img_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 0 additions & 79 deletions src/main/migrations/0001_initial.py

This file was deleted.

30 changes: 0 additions & 30 deletions src/main/migrations/0002_auto_20220205_1613.py

This file was deleted.

17 changes: 0 additions & 17 deletions src/main/migrations/0003_remove_file_file_url.py

This file was deleted.

23 changes: 0 additions & 23 deletions src/main/migrations/0004_filemetadata.py

This file was deleted.

19 changes: 0 additions & 19 deletions src/main/migrations/0005_filemetadata_file.py

This file was deleted.

27 changes: 0 additions & 27 deletions src/main/migrations/0006_auto_20220207_1641.py

This file was deleted.

22 changes: 0 additions & 22 deletions src/main/migrations/0007_auto_20220209_1458.py

This file was deleted.

18 changes: 0 additions & 18 deletions src/main/migrations/0008_alter_experiment_features.py

This file was deleted.

19 changes: 0 additions & 19 deletions src/main/migrations/0009_alter_experiment_target.py

This file was deleted.

23 changes: 0 additions & 23 deletions src/main/migrations/0010_auto_20220210_1527.py

This file was deleted.

23 changes: 0 additions & 23 deletions src/main/migrations/0011_auto_20220210_1654.py

This file was deleted.

23 changes: 0 additions & 23 deletions src/main/migrations/0012_auto_20220210_1655.py

This file was deleted.

Loading

0 comments on commit fffe003

Please sign in to comment.