Datasets:

Languages:
English
License:
GIT-SCRAPED / README.md
Shrijanagain's picture
Update README.md
002cdcd verified
|
Raw
History Blame Contribute Delete
2.5 kB
metadata
license: apache-2.0
language:
  - en
pretty_name: GIT SCRAPED
size_categories:
  - 1K<n<10K

๐Ÿš€ SKT-NRS / GIT-SCRAPED

This repository is dedicated to hosting structural, curated, and diverse datasetsโ€”including GitHub roadmaps,and Roadmaps.sh Sites system architectures, technical diagrams, and mass scraped assets.

Our ultimate mission is to fuel the development of next-generation Sovereign Indian Intelligence base models with high-fidelity, production-grade text-image structures.


๐Ÿ“‚ Repository Structure

All the raw and structured crawled data is systematically hosted inside the primary ingestion folder:

SKT-NRS/GIT-SCRAPED/
โ””โ”€โ”€ ๐Ÿ“ SCRAPED-DATA/           # Core production folder for incoming bulk assets
    โ”œโ”€โ”€ ๐Ÿ“ images   # Extracted markdown, charts, and sequence text files
    โ”œโ”€โ”€ ๐Ÿ“ texts    # Architecture flowcharts and structural diagrams
    โ””โ”€โ”€ ๐Ÿ“ Zip For Directly Download  # Added To Directly Download

Phase 1: Recovery & Synchronization (Current Phase)

  • Status: In Progress โš™๏ธ
  • Re-extracting and consolidating the initial layout of 1200+ technical images and web roadmaps.
  • Synchronizing local automated dumps directly from cloud compute grids straight into the SCRAPED-DATA perimeter using multi-threaded chunk uploads.

Phase 2: Mass Scaling

  • Status: Planned ๐ŸŽฏ
  • Transitioning away from standard element-level frontend scraping to heavy backend API Sniffing and Open-Source Bulk Dump Data Ingestion.
  • Integrating multi-threaded pipelines via img2dataset to pool millions of high-resolution aesthetic and architectural data pairs.
  • Curating specialized technical infographics, programming flowcharts, and system layout pipelines for multi-modal training.

Phase 3: Public Sharing & Open Exchange

  • Status: Continuous ๐ŸŒ
  • Opening the repository splits to the public and AI community.
  • Actively facilitating a collaborative data ecosystem: developers can securely pull curated roadmaps from here while contributing back fresh token pairs to accelerate open-source AI growth.

๐Ÿ› ๏ธ How to Load This Dataset

You can easily pull the data down to your local cluster or cloud server using the Hugging Face datasets library:

from datasets import load_dataset

# Load the entire scraped dataset pipeline
dataset = load_dataset("SKT-NRS/GIT-SCRAPED", data_files="SCRAPED-DATA/**")

# Inspect the structure
print(dataset)