asmithaaa commited on
Commit
c04ae3e
·
verified ·
1 Parent(s): cdb7196

Upload 2 files

Browse files
Files changed (2) hide show
  1. Smartvision_V1.ipynb +0 -0
  2. app.py +17 -0
Smartvision_V1.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
app.py ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.set_page_config(page_title="SmartVision AI", layout="wide")
4
+
5
+ st.title("🚀 SmartVision AI")
6
+ st.markdown("""
7
+ Intelligent Multi-Class Object Recognition System
8
+
9
+ This platform combines:
10
+
11
+ - Transfer Learning Classification (4 CNN models)
12
+ - YOLOv8 Object Detection
13
+ - Model Performance Dashboard
14
+ - Production-ready UI
15
+ """)
16
+
17
+ st.info("Use the sidebar to navigate between pages.")