chandrikadeb7 / Face-Mask-Detection

Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras
https://www.youtube.com/watch?v=AAkNyZlUae0
MIT License
1.54k stars 838 forks source link

Update Web App styling and hosting! #78

Closed indrapaul824 closed 3 years ago

indrapaul824 commented 3 years ago

The web app created with Streamlit has few caveats and I want to try and update them, namely -

Change the theme to dark mode without any mode toggler (just convert the light-themed to dark-themed).

Increase the font size or structuring of the text in the Main body and sidebar body.

Remove the Streamlit default Main Menu and hallmark.

Note: Converting to a dark-theme for the sidebar requires streamlit==0.71.0

I would also recommend hosting the Web App through streamlit-sharing for faster response.