Smartvision_AI / app.py
asmithaaa's picture
Upload 2 files
c04ae3e verified
raw
history blame contribute delete
401 Bytes
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.")