Public Streamlit version of your EVScope dashboard for CAN-log analytics:
- DBC/DBF + ASC/LOG upload
- CAN frame decoding and signal reconstruction
- KPI cards (SOC, voltage, temperature, power)
- Dashboard + multi-panel plots
- Fault/anomaly detection
- CSV + PNG export
python -m venv .venv
# Windows PowerShell
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txtstreamlit run app.pygit init
git add .
git commit -m "Initial public EVScope Streamlit app"
git branch -M main
git remote add origin https://github.com/<your-username>/evscope-streamlit-public.git
git push -u origin main- Streamlit Community Cloud
- Render
- Railway
- Push this project to GitHub.
- In Streamlit Cloud, click
New app. - Select repository:
saichaitanyadasari99-lab/evscope-streamlit-public - Branch:
main - Main file path:
app.py - Deploy.