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
541 stars 83 forks source link

Adds basic text support #146

Open mrmstn opened 2 months ago

mrmstn commented 2 months ago

Hi @andfanilo ! Love your project!

This PR is related to #17 and adds basic text support

This is more or less just the basic text box functionality. It uses the active edit mode from fabric to write the text

image