Streamline the model creation process with our user-friendly, no-code interface for Automated Machine Learning. Leverage built-in functionalities to address common machine learning tasks such as classification and regression, enabling seamless handling of large datasets and enhancement of model scores.
The project is currently hosted with the help of Hugging Face Spaces. You can access the live version of the application through this link.
- Data Analysis: Generates a detailed report with key statistics and insights.
- Model Training: Automates model selection, training, and tuning.
- Model Export: Prepares and exports the trained model for local use.
- Performance Reporting: Provides metrics like accuracy and F1-score for evaluation.
Clone the project
git clone https://github.com/neuromindlabs/AutoML.git
Install requirements
pip install -r requirements.txt
Launch the streamlit app by running the follwoing command in your project folder:
streamlit run app.py