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

Enable/Disable Drawing #140

Open wuhongyewhy opened 9 months ago

wuhongyewhy commented 9 months ago

I utilize this library to evaluate student assignments. However, when showcasing the reviewed results to the students, I prefer to prevent them from drawing on it. I store the drawing JSON data and images submitted by students separately, hence presenting the review results via another library.