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

https://github.com/matheusadc/railpredict

The project aims to create a modest web application that, integrated with an MLP neural network, performs predictive maintenance of locomotives.
https://github.com/matheusadc/railpredict

flask flask-sqlalchemy javascript mlp-classifier python

Last synced: 29 days ago
JSON representation

The project aims to create a modest web application that, integrated with an MLP neural network, performs predictive maintenance of locomotives.

Awesome Lists containing this project

README

          

# description icon Description
The project aims to create a modest web application that, integrated with an MLP neural network, performs predictive maintenance of locomotives.

# train icon Page
![image](https://github.com/user-attachments/assets/33c05767-3354-4cd4-bd75-d221f937daff)

# terminal icon Commands
### Create the virtual environment
```
python -m venv
```

### Install the libraries
```
pip install -r requirements.txt
```

### Verify the installation of the libraries
```
pip freeze
```

### Run the server
```
pyhton app.py
```

>[!TIP]
>Suggested VSCode extension to view the database binary: SQLite Viewer