Skip to content

This repository specifically contains ML models with tabular datasets.

Notifications You must be signed in to change notification settings

Mentalys-App/tabular_ml

Repository files navigation

Flask Application

This repository contains a Flask application that utilizes NumPy and TensorFlow for various tasks. Follow the instructions below to set up and run the application.


Requirements

Make sure you have Python 3.8+ installed. You can check your Python version with:

python --version

Installation

Clone this repository:

git clone https://github.com/Mentalys-App/tabular_ml.git
cd Mentalys-App/tabular_ml

Install dependencies

pip install -r requirements.txt

If any errors occur, try installing dependencies manually without specifying versions:

pip install numpy tensorflow flask

How to Run Flask Application

To start the Flask application, run:

python app.py

The server will start, and you can access the application at:

http://127.0.0.1:5000/

About

This repository specifically contains ML models with tabular datasets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages