drivecore / README.md
Jasmine Wong
fix HF readme metadata
7e7bef7
|
Raw
History Blame Contribute Delete
1.72 kB
metadata
title: DriveCore
emoji: πŸš—
colorFrom: indigo
colorTo: purple
sdk: docker
pinned: false

DriveCore πŸš—βš‘

An AI-powered incident response, forensic analysis, and branch debugging platform for autonomous vehicle fleets.

Built for the AMD Developer Cloud Hackathon β€” Track 1: AI Agents & Agentic Workflows Powered by Qwen3 running on AMD Instinct GPU via LangChain multi-agent pipeline.


Quick Start Instructions to Run on AMD GPU Droplet:

  1. Start Ollama ollama serve &

  2. Start Qwen backend cd /app/Autopulse uvicorn backend:app --host 0.0.0.0 --port 8006 &

  3. Start frontend bun run dev --host 0.0.0.0 --port 30000 &

  4. Go to Website http://165.245.137.74:30000

What is DriveCore?

DriveCore routes every autonomous vehicle incident, near miss, and sensor log through a multi-step AI agent pipeline β€” surfacing root causes, compliance concerns, and operator coaching plans in seconds.

πŸ€– AI Agent Pipeline

Step 1: Intake Agent β†’ Classifies incident, extracts vehicle ID, timestamp, severity Step 2: Enrichment Agent β†’ Identifies affected AV subsystems Step 3: Risk Agent β†’ Root cause analysis ranked by confidence Step 4: Response Agent β†’ Immediate actions, short-term fixes, long-term prevention Step 5: Documentation Agent β†’ Formal Markdown safety report + Qwen's Personal Recommendation

πŸ— Tech Stack

  • AI Model: Qwen3 via Ollama
  • Agent Framework: LangChain
  • GPU Compute: AMD Instinct MI300X via AMD Developer Cloud
  • Backend: FastAPI (Python)
  • Frontend: React 19 + TanStack Start + Vite + Tailwind CSS v4

πŸ† Hackathon

Built for AMD Developer Cloud Hackathon β€” Track 1: AI Agents & Agentic Workflows

Powered by AMD Instinct GPU ⚑