Datasets:
Bappadala Rohith Kumar Naidu commited on
Commit ·
0f6dc04
1
Parent(s): 1befa58
chore: update github repository links to SafeVixAI
Browse files- README.md +1 -1
- notebooks/README.md +1 -1
- scripts/README.md +1 -1
README.md
CHANGED
|
@@ -24,7 +24,7 @@ size_categories:
|
|
| 24 |
|
| 25 |
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.
|
| 26 |
|
| 27 |
-
**Main Application Repo:** [
|
| 28 |
|
| 29 |
---
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
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.
|
| 26 |
|
| 27 |
+
**Main Application Repo:** [SafeVixAI/SafeVixAI](https://github.com/SafeVixAI/SafeVixAI)
|
| 28 |
|
| 29 |
---
|
| 30 |
|
notebooks/README.md
CHANGED
|
@@ -83,4 +83,4 @@ os.environ["HUGGING_FACE_TOKEN"] = "your_token_here"
|
|
| 83 |
|
| 84 |
---
|
| 85 |
|
| 86 |
-
*Part of the [SafeVixAI](https://github.com/
|
|
|
|
| 83 |
|
| 84 |
---
|
| 85 |
|
| 86 |
+
*Part of the [SafeVixAI](https://github.com/SafeVixAI/SafeVixAI) — IIT Madras Road Safety Hackathon 2026*
|
scripts/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
These scripts are the **raw data pipeline** that built the 3.6GB SafeVixAI dataset.
|
| 4 |
All scripts here are **pure Python** — they require no database, no Redis, no PostGIS.
|
| 5 |
|
| 6 |
-
> Scripts are mirrored from the [SafeVixAI main repo](https://github.com/
|
| 7 |
|
| 8 |
---
|
| 9 |
|
|
|
|
| 3 |
These scripts are the **raw data pipeline** that built the 3.6GB SafeVixAI dataset.
|
| 4 |
All scripts here are **pure Python** — they require no database, no Redis, no PostGIS.
|
| 5 |
|
| 6 |
+
> Scripts are mirrored from the [SafeVixAI main repo](https://github.com/SafeVixAI/SafeVixAI) and organized by their origin folder.
|
| 7 |
|
| 8 |
---
|
| 9 |
|