https://github.com/vaibhav-jain/playbook
My pythonic playbook
https://github.com/vaibhav-jain/playbook
machine-learning ml pandas python sklearn streamlit
Last synced: 6 months ago
JSON representation
My pythonic playbook
- Host: GitHub
- URL: https://github.com/vaibhav-jain/playbook
- Owner: vaibhav-jain
- License: mit
- Created: 2020-06-24T17:59:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:47:28.000Z (over 3 years ago)
- Last Synced: 2024-10-11T22:08:19.533Z (over 1 year ago)
- Topics: machine-learning, ml, pandas, python, sklearn, streamlit
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My pythonic playbook
How to Setup?
# Run this command to install dependencies
pip install -r requirements.txt
• [Iris Flower Prediction app](./ml/iris.py) watch in action [here](https://recordit.co/RVwTKtxlra)
# Run this comamnd to start playing
streamlit run ml/iris.py