An open API service indexing awesome lists of open source software.

https://github.com/umutkavakli/integrated-machine-learning

An machine learning application that is integrated both desktop and web.
https://github.com/umutkavakli/integrated-machine-learning

flask machine-learning pyqt5

Last synced: about 2 months ago
JSON representation

An machine learning application that is integrated both desktop and web.

Awesome Lists containing this project

README

          

# Integrated Machine Learning

An machine learning application that is integrated both desktop and web. Therefore, you can use it prompting with two files. The application calculates cost according to selected ML model with taken inputs.

Inputs:

- Sheet Thickness (mm)
- Yield Strength (mpa)
- Tensile Strength (mpa)
- Mold Weight (Tons)

Output:
- Cost (Euro per Ton)


##### Models

- Linear Regression
- Decision Tree Regressor
- Random Forest Regressor
- XGBoost Regressor
- SVM
- K-NN


## Usage

To run app, start cloning repo into your local:
```
git clone https://github.com/umutkavakli/integrated-machine-learning.git
```
Move to project directory

```
cd integrated-machine-learning/
```

#### GUI

For desktop app:

```
python3 gui.py
```

![](.gifs/gui.gif)


#### Web Server

For web server app:

```
python3 web.py
```

![](.gifs/web.gif)