Powered by Streamlit Cloud!! Click to visit the Deployed Web-App for Free
A Python Web App, frontend made with Streamlit, which allows easy implementation of ML models, preprocessing techniques and neural networks on user dataset with GUI and no coding. Implements a no-code approach for implementing machine learning algorithms on a dataset. However, it currently supports numerical features only. Categorical features to be added soon.
- Changlogs for v2.0
- Supported Features
- Usage
- Sample Images
- Tech Stack Used
- Installation and Running
- Current Ideas and Future Improvements
- Development and Contributions
- License
- The Aftermath
1. Better UI with navigation capabilities
2. First Feature selection then model selection flow (compared to opposite in v1.0)
3. Added Correlation Heatmap for feature analysis
4. Traditional Model now categorized (Classification/Regression)
5. Total 10 models supported (compared to only 3 in v1.0)
6. Total 7 metrics added (compared to only 1 in v1.0)
7. Neural Networks now added with few tunable hyperparameters
- Look for the new way of adding layers into the model using dynamic dataframe
- Customize the activation function and neurons of each layer
- Get a summary and diagram of the model
- Train on any epoch and batch size of your requirement
8. New and improved Readme
9. Added a Improvements.txt to encourage future improvements
- Standard Scaler
- MinMax Scaler
- Robust Scaler
- Normalization
- Principal Component Analysis (PCA)
- kernal Principal Component Analysis (kPCA)
- Fast Independent Component Analysis (FastICA)
- Classification Models
- Logistic Regression
- Decision Tree Classifier
- Gaussian Naive Bayes
- Support Vector Classification
- K-Nearest Neighbors
- Stochastic Gradient Descent Classifier
- Regression
- Linear Regression
- Support Vector Regressor
- Rigde Regression
- Least Angle Regression
- Classification
- Accuracy
- F1 Score
- Precision
- Recall
- Regression
- Mean Squared Error
- Explained Variance
- Max Error
- Dense Layer supported
- Activation functions supported - ReLU, Sigmoid, Tanh
- Model summary shown with complete architecture
- Epochs
- Batch Size
- Training v/s Validation Loss Graph
- Epoch-wise loss and validation loss values
-
Upload your dataset
-
Select features and target column
-
(Optional) Select the preprocessing steps and decomposition steps
-
Use the Slider to set the Test Ratio
-
Select the Type of Machine Learning Model to Apply:
For Traditional Models
- Select the model type (Classification/Regression)
- Select the sub-model from the list
- Click on Train Model to train the model and get the results
For Neural Networks
- Use the table to define the model architecture (Make sure to provide index values)
- Click Next to confirm the model architecture with diagram on next page
- Provide the epochs and batch size count as hyperparameters for model training and click on train.
TryMLEasy uses the following libraries to work properly:
- Streamlit : Helps to create the web app and frontend of the application
- Streamlit Extension Libraries (check requirements.txt for more info)
- Python
- Scikit-Learn
- Matplotlib
- Tensorflow and Keras
And of course TryMLEasy itself is open source with a public repository on GitHub.
TryMLEasy requires python v3.8+ to run.
You can use the web-app directly from the streamlit cloud. Incase, you want to tinker with it or run it locally you can clone the repository using:
git clone https://github.com/Gurneet1928/TryMLEasy.git
and then run the following command:
python -m streamlit run app.py
or
streamlit run app.py
or use the deployed link at the beginning of this readme :()
Check the Improvement.txt file for better knowledge of what can be done incase you run out of ideas. It Compiles some possible upgrades/updates that can be done to this project.
- More Models and technqiues to be added
- Added option to prompt user incase the dataset is not cleaned
- Maybe a better theme and designs
Really want some peeps to contribute into this. Would love to have some contributions. Currently very well under developed web app (as of June 2023).
Create a pull requests, raise an issues. ORRRR Mail me at gurneet222@gmail.com
MIT License
Distributed under the License of MIT, which provides permission to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software. Check LICENSE file for more info.
OR Free to use But please make sure attribute the developer....
Free Software, Hell Yeah!