jeremyjordan / flower-classifier

A simple image classifier for flowers.

Home Page:https://share.streamlit.io/jeremyjordan/flower-classifier/app.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow users to submit photos to training set

jeremyjordan opened this issue · comments

What's your idea?
Add an option in our Streamlit app that allows users to submit their photo for us to include in our training set.

Describe the solution you'd like
Add a button to send the photo to a Google Drive photo. We won't be able to do this until Streamlit Sharing enables secrets, since the Google Drive API will need to be authenticated.

Related to #5