Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aniketmaurya/easy-ai
Train image classification model without (almost) writing any code! 🔥🎉🚀
https://github.com/aniketmaurya/easy-ai
hacktoberfest image-classification python pytorch streamlit
Last synced: 17 days ago
JSON representation
Train image classification model without (almost) writing any code! 🔥🎉🚀
- Host: GitHub
- URL: https://github.com/aniketmaurya/easy-ai
- Owner: aniketmaurya
- License: mit
- Created: 2020-10-21T18:00:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-12T11:51:59.000Z (about 4 years ago)
- Last Synced: 2024-11-14T16:31:33.391Z (3 months ago)
- Topics: hacktoberfest, image-classification, python, pytorch, streamlit
- Language: Python
- Homepage: http://aniketmaurya.ml/easy-ai
- Size: 156 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easy-ai
# Installation
```
pip install streamlit
pip install torch torchvision pillow
```# How to run?
`bash scripts/start.sh`# TODO
- [ ] Evaluation of validation data
- [ ] Visualization on validation data
- [ ] Learning Rate finder
- [ ] Save model# Preview
![preview](/images/easy-ai.png)