andfanilo / streamlit-drawable-canvas

Do you like Quick, Draw? Well what if you could train/predict doodles drawn inside Streamlit? Also draws lines, circles and boxes over background images for annotation.
https://drawable-canvas.streamlit.app/
MIT License
544 stars 83 forks source link

New: PointTool to draw points #69

Closed arnauddhaene closed 2 years ago

arnauddhaene commented 2 years ago
arnauddhaene commented 2 years ago

Hi @andfanilo,

Here is the implementation I mentioned in my comment on this issue. I don't think I have the rights to link the issue to this PR directly, feel free to handle that on your side.

Let me know what you think!

andfanilo commented 2 years ago
arnauddhaene commented 2 years ago

Hey @andfanilo, I was able to implement the additional radius parameter on st_canvas and complete the downstream pipeline. I added a slider to test it out in the app.py example present in theREADME.md. Let me know what you think!

andfanilo commented 2 years ago

This LGTM! Let me merge and play with it too :)