Spaces:
Running
Running
File size: 401 Bytes
c04ae3e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | import streamlit as st
st.set_page_config(page_title="SmartVision AI", layout="wide")
st.title("🚀 SmartVision AI")
st.markdown("""
Intelligent Multi-Class Object Recognition System
This platform combines:
- Transfer Learning Classification (4 CNN models)
- YOLOv8 Object Detection
- Model Performance Dashboard
- Production-ready UI
""")
st.info("Use the sidebar to navigate between pages.") |