This project is a framework for running machine learning models and displaying graphs using Flask.
src/
: Contains the project's source code.model.py
: Contains functions to load datasets, train and evaluate models.
test/
: Contains the project's tests.test_functionality.py
: Tests for the code inmodel.py
.
templates/
: Contains the HTML templates for displaying results.static/
: Directory to store static files, such as generated images.main.py
: Main code to execute the application.generate_maps.py
: Code to generate maps in order to visualize them.generate_individual_maps.py
: Code to generate maps (for users) in order to visualize them.
- Clone the repository.
- Install the dependencies:
- Launch main.py