DigiForensics AI is an AI-powered Digital Evidence Management System built for law enforcement, cyber forensic teams, and investigators. It helps manage cases, assign investigators, store digital evidence securely, and track progress—all from a central platform.
- 👤 Admin & Investigator login system
- 📝 Register new investigators (admin notified)
- 📂 Upload and manage digital evidence (all file types supported)
- 📄 Submit and track investigation reports
- 📊 Visual dashboard with case stats and recent activity
- 🔔 Real-time alerts and case updates
- 🕵️ Admin can assign cases to investigators
- 📅 Case timelines and priority levels
- 🌓 Modern UI with dark theme
- 🔐 Supabase authentication and storage
- 🧠 OCR and Graphical Case Mapping (Planned)
Layer | Tools Used |
---|---|
Frontend | React.js, TypeScript, TailwindCSS, Vite |
Backend | Supabase (Auth, DB, File Storage) |
Hosting | Netlify |
- Node.js v16+
- Supabase account (https://supabase.com)
# Clone the repository
git clone https://github.com/your-username/digiforensics-ai.git
cd digiforensics-ai-main
# Install dependencies
npm install
# Start development server
npm run dev