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.")