Smartvision_AI / pages /4_About.py
asmithaaa's picture
Upload 13 files
f0305ab verified
raw
history blame contribute delete
247 Bytes
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
""")