This tool automates the identification of anomalies in ADAS (Advanced Driver Assistance Systems) telemetry. It uses a custom QA Layer to validate physical constraints and AI (LLM/RAG) to generate technical diagnostic reports for engineering teams.
(The image below displays the interactive dashboard and AI analysis results)
- Responsive Telemetry: Real-time signal visualization using Plotly.
- Deterministic QA: Python logic to catch sensor dropouts (e.g., -99m readings).
- AI-Driven Verdicts: Automated root-cause analysis based on technical manuals.
- Backend: Python 3.12 (Object-Oriented Programming)
- Frontend: Streamlit & Plotly
- AI: Gemini API Integration (Simulated)
pip install pandas streamlit plotlystreamlit run app.py
