Skip to content

pablosanchezp/ProyectoFUSO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML framework for Operating Systems

This project is a framework for running machine learning models and displaying graphs using Flask.

Project Structure

  • 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 in model.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.

Installation

  1. Clone the repository.
  2. Install the dependencies:
  3. Launch main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published