https://github.com/danielrosehill/github-master-index
A repository that indexes my Github projects
https://github.com/danielrosehill/github-master-index
github index repositories
Last synced: about 1 month ago
JSON representation
A repository that indexes my Github projects
- Host: GitHub
- URL: https://github.com/danielrosehill/github-master-index
- Owner: danielrosehill
- Created: 2025-02-22T18:49:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T12:51:26.000Z (7 months ago)
- Last Synced: 2025-03-11T12:58:00.377Z (7 months ago)
- Topics: github, index, repositories
- Language: Python
- Homepage:
- Size: 2.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daniel Rosehill Github Repository Index

*Last updated: 2025-08-31*
Welcome to the master index of my GitHub ecosystem. This repository serves as the central hub for navigating my 400+ repositories through specialized topic-based indices.
## 🌐 Explore All My Projects
[](https://repos.danielrosehill.com)
*Browse my complete ecosystem of GitHub repositories and Hugging Face datasets in an interactive web interface*
## Table of Contents
- [📚 Specialized Repository Indices](#-specialized-repository-indices)
- [⏱️ Timeline View](#️-timeline-view)
- [🔧 By Project Type](#-by-project-type)
- [📊 Repository Statistics](#-repository-statistics)
- [🔗 Data Access & API](#-data-access--api)## 📚 Specialized Repository Indices
The primary way to explore my repositories is through these curated topic-based indices. Each index focuses on a specific domain and provides detailed organization of related projects:
### 🤖 AI & Machine Learning
[](https://github.com/danielrosehill/AI-Projects-Index)
*Artificial intelligence and machine learning projects, experiments, and tools*[](https://github.com/danielrosehill/MCP-Projects)
*Model Context Protocol (MCP) related projects and implementations*[](https://github.com/danielrosehill/My-Prompt-Libraries)
*Curated collections of prompts for various AI models and use cases*### 🏠 Automation & Smart Home
[](https://github.com/danielrosehill/Home-Assistant-Index)
*Home automation projects and Home Assistant configurations*[](https://github.com/danielrosehill/Homebox-Projects-Index)
*Projects related to Homebox inventory management system*### 📊 Data & Analytics
[](https://github.com/danielrosehill/Data-Projects-Index)
*Data analysis, processing, and visualization projects*### 💻 Applications & Tools
[](https://github.com/danielrosehill/Apps-Index)
*Index of application projects and software tools*### 🛡️ System & Utilities
[](https://github.com/danielrosehill/Backup-Projects-Index)
*Collection of backup-related projects, tools, and configurations*### 📚 Documentation
[](https://github.com/danielrosehill/My-Docs-Index)
*Documentation projects and knowledge management systems*## ⏱️ Timeline View
[](timeline.md)The timeline provides a chronological view of all repositories, showing when each project was created and its current status. This is useful for seeing how my work and interests have evolved over time.
## 🔧 By Project Type
Browse repositories by their project type:[](sections/created-clis.md)
[](sections/created-guis.md)
[](sections/documentation.md)
[](sections/experiments.md)
[](sections/templates.md)
[](sections/streamlit-apps.md)## 📊 Repository Statistics
**Total Repositories:** 434
**Specialized Indices:** 9
**Index Coverage:**
- 🤖 AI & Machine Learning: 3 indices
- 🏠 Automation & Smart Home: 2 indices
- 📊 Data & Analytics: 1 index
- 💻 Applications & Tools: 1 index
- 🛡️ System & Utilities: 1 index
- 📚 Documentation: 1 index---
## Data Access & API
This repository provides multiple ways to access the data programmatically:
### Data Exports
Direct file downloads:
- [Repository Index (JSON)](data/exports/repo-index.json)
- [Repository Index (CSV)](data/exports/repo-index.csv)
- [Indices Configuration (JSON)](data/indices.json)### API Endpoints
When accessed through GitHub Pages:
```
# Complete repository data in JSON format
https://danielrosehill.github.io/Github-Timeline/data/exports/repo-index.json# Category-specific repository lists
https://danielrosehill.github.io/Github-Timeline/lists/categories/{category-name}.txt
```### Documentation
For detailed API documentation and usage examples:
- [Interactive API Documentation](https://danielrosehill.github.io/Github-Timeline/)
- [API Usage Examples](examples/api-usage.md)The data is automatically updated whenever the repository is updated.