Spaces:
Running
Running
| import streamlit as st | |
| st.title("About SmartVision AI") | |
| st.markdown(""" | |
| Dataset: COCO 25-Class Subset | |
| Models Used: | |
| - VGG16 | |
| - ResNet50 | |
| - MobileNetV2 | |
| - EfficientNetB0 | |
| - YOLOv8 | |
| Built with: | |
| - TensorFlow | |
| - PyTorch | |
| - Streamlit | |
| """) |