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.
- Host: GitHub
- URL: https://github.com/matheusadc/railpredict
- Owner: MatheusADC
- Created: 2025-04-02T04:11:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T19:28:47.000Z (about 1 year ago)
- Last Synced: 2025-05-21T20:22:19.579Z (about 1 year ago)
- Topics: flask, flask-sqlalchemy, javascript, mlp-classifier, python
- Language: Python
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Description
The project aims to create a modest web application that, integrated with an MLP neural network, performs predictive maintenance of locomotives.
#
Page

#
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