Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kurianbenoy/tree-classifier


https://github.com/kurianbenoy/tree-classifier

Last synced: about 2 months ago
JSON representation

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/