AIctron 1.0 Help

Backend

The backend of AIctron is the part of the project that handles the processing of data using machine learning algorithms. It is responsible for reading the input data, running the machine learning models, and returning the results to the frontend. The backend is built using the Python programming language.

Usage

  1. Run the project locally

cd AIctron-Backend/code python __init__.py
  1. Access the project in your browser at http://localhost:3456

  2. Start the frontend and upload a .csv file to the project

cd AIctron-Backend python test/__init__.py
  1. Enjoy using AIctron!

Last modified: 30 avril 2024