SafeVixAI/SafeVixAI-Dataset-Hub
SafeVixAI Dataset Hub 🛡️ The Intelligence Layer for the SafeVixAI platform — IIT Madras Road Safety Hackathon 2026 This repository hosts all datasets, pre-trained models, notebooks, and reproducible data acquisition scripts that power the SafeVixAI application. It is designed to be cloned directly into Google Colab or any research environment. Main Application Repo: SafeVixAI/SafeVixAI ⚡ Quickstart (Google Colab) # Clone the entire intelligence layer !git… See the full description on the dataset page: https://huggingface.co/datasets/SafeVixAI/SafeVixAI-Dataset-Hub.
1147
1# SafeVixAI-Dataset-Hub — minimal .gitignore2# Data repo: track everything except Python cache and secrets3 4__pycache__/5*.py[cod]6.env7.env.*8.DS_Store9Thumbs.db10*.log11*.tmp12.ipynb_checkpoints/13*/.ipynb_checkpoints/14.venv/15venv/16 