Aictron is a web app that allows its users to get predictive data analysis by inserting any csv dataset. The app will use artificial intelligence, and more precisely machine learning with SKlearn Python library. The main advantage is a lightweight application, as machine-learning algorithms are resource-efficient, making it particularly useful for anyone needing to make predictions based on specific data. The app is designed to be user-friendly, with a simple and intuitive interface. The user will be able to upload a dataset, select the target column and then get the prediction.
To install the app, you will need to have Python installed on your computer. You can download it from the official website.
Once Python is installed, you can install the required libraries by running the following command in your terminal:
cd Backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
To start the frontend, you will need to have React installed on your computer. You can download it from the official website.
Once React is installed, you can install the required libraries by running the following command in your terminal:
npm install
To start the app, you will need to run the following command in your terminal:
cd code
python3 __init__.py
For the frontend, run the following command in another terminal:
npm run dev:web
Furthermore, run this command in another terminal if you want to run the desktop app :
npm run dev:electron
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
For more information, please refer to the CONTRIBUTING.md file.
The project is licensed under the MIT License.
For more information, please refer to the LICENSE file.