PLAY WITH ML (An Intuitive way of implementing ML models).
Index
- Demo
- Overview
- Installation
- Directory Tree
- Usage
- Deployement on Heroku
- Bug / Feature Request
- Technologies Used
- Team
- License
Demo
Link: http://playwithml.herokuapp.com/
Overview
- This is a intuitive way of implementing Machine Learning models without writing even a single line of code.
- This is a supervised Machine Learning based Project in which you can Upload a Dataset of your choice,
- View the Charts and Bar graphs related to the Dataset,
- Select the type of model (Classification or Regression),
- Select which model to train on,
- Click on the TRAIN button,
- Finally get the Scores, Code and Report for your Model :)
Installation
The Code is written in Python 3.7. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory:
git clone https://github.com/mystery2828/playwithML.git
pip install -r requirements.txt
Directory Tree
│ app.py
│ classification.py
│ LICENSE
│ Procfile
│ readme.txt
│ regressor.py
│ requirements.txt
│ setup.sh
│
├───datasets
│ abalone.csv
│ Admission_Predict.csv
│ ionosphere.csv
│ iris.csv
│ Placement_Data_Full_Class.csv
│ pulse.xlsx
│ sonar.csv
│ winequality.csv
Usage
streamlit run app.py
Deployement on Heroku
git init
git add .
git commit -m "< commit message >"
git push
git push heroku master
Bug / Feature Request
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
Technologies Used
Team
| Akash C |
| - |
| Ashwin Sharma |
License
Copyright 2020 Akash C
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Release files for playwithML 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| playwithML-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / playwithML-0.0.2-py3-none-any.whl
| Download URL | playwithML-0.0.2-py3-none-any.whl |
|---|---|
| Size | 9.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6556c1abef862271c346a5a4574be3863fdd859123a011e77ec42d0f32a9f6b4
|
|
BLAKE2b-256 checksum How to use checksums |
9ebf61f8e0e05e14095024dfcf3de572e8e239176e97bc85983e5af9ad485bf1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.4
|