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.
Make sure you have Python 3.8+ installed. You can check your Python version with:
python --versionClone this repository:
git clone https://github.com/Mentalys-App/tabular_ml.git
cd Mentalys-App/tabular_mlpip install -r requirements.txtIf any errors occur, try installing dependencies manually without specifying versions:
pip install numpy tensorflow flaskTo start the Flask application, run:
python app.pyThe server will start, and you can access the application at:
http://127.0.0.1:5000/