Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurianbenoy/tree-classifier
https://github.com/kurianbenoy/tree-classifier
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kurianbenoy/tree-classifier
- Owner: kurianbenoy
- License: mit
- Created: 2021-06-27T17:32:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T17:54:36.000Z (over 3 years ago)
- Last Synced: 2024-10-15T00:02:53.696Z (3 months ago)
- Language: Jupyter Notebook
- Size: 78.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tree Classifier Project
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/kurianbenoy/Tree-Classifier/HEAD?urlpath=%2Fvoila%2Frender%2Ftree-classifier-app.ipynb)
As a kid, it was always difficult for me to understand various varieties of trees. It's still the case today for some species of tree in my area.
It's pretty cool to see atleast machine learning help in remembering the various varieties of trees.> This is just a project done for sake of learning.
![image](https://user-images.githubusercontent.com/24592806/124020086-76f00600-da07-11eb-8bac-c55293c4fb93.png)
I am planning to deploy this based on two ways:
- [x] Voila
- [ ] Vue + FastAPI combination## Running Backend
virtualenv -p python3 .env/
source .env/bin/activate
cd api/
flask run## Reference docs
http://makeseleniumeasy.com/2019/11/26/postman-tutorial-part-49-how-to-upload-an-image-using-postman/