{"id":26296215,"url":"https://github.com/rohancyberops/ai-for-beginners.github.io","last_synced_at":"2025-08-23T00:17:53.437Z","repository":{"id":263116836,"uuid":"889396489","full_name":"RohanCyberOps/AI-For-Beginners.github.io","owner":"RohanCyberOps","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-28T15:08:00.000Z","size":3843,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T11:02:44.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RohanCyberOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-16T09:13:13.000Z","updated_at":"2024-11-28T15:08:04.000Z","dependencies_parsed_at":"2024-12-23T10:35:20.361Z","dependency_job_id":null,"html_url":"https://github.com/RohanCyberOps/AI-For-Beginners.github.io","commit_stats":null,"previous_names":["chrohangurjar1/ai-for-beginners.github.io","chrohangurjar/ai-for-beginners.github.io","rohancyberops/ai-for-beginners.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RohanCyberOps/AI-For-Beginners.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FAI-For-Beginners.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FAI-For-Beginners.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FAI-For-Beginners.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FAI-For-Beginners.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanCyberOps","download_url":"https://codeload.github.com/RohanCyberOps/AI-For-Beginners.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FAI-For-Beginners.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271722251,"owners_count":24809662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-15T04:17:17.213Z","updated_at":"2025-08-23T00:17:53.086Z","avatar_url":"https://github.com/RohanCyberOps.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n\n ![AI for Beginners Logo](ai.webp)\n\n# AI for Beginners Documentation 🌟\n\nWelcome to the **AI for Beginners** documentation! This repository serves as an interactive guide to help you learn and explore the fundamentals of Artificial Intelligence (AI). 🚀 Whether you're just starting or looking to refresh your knowledge, this is the perfect place for you!\n\n---\n\n## 📖 Features\n- Learn essential AI concepts such as **Machine Learning**, **Natural Language Processing**, and **Computer Vision**.\n- Engage with **Interactive Quizzes** to test and solidify your knowledge. 🧠\n- Fully dynamic and responsive documentation site for easy navigation.\n\n---\n\n## 🛠️ How to Use\n\n### **1. Clone the Repository**\nClone the repository to your local machine and navigate into the project folder:\n```bash\ngit clone https://github.com/chrohangurjar1/ai-for-beginners.git\ncd ai-for-beginners\n```\n\n### **2. Install [Docsify](https://docsify.js.org/)**\nTo run the documentation locally, you'll need to install [Docsify](https://docsify.js.org/):\n```bash\nnpm install -g docsify-cli\n```\n\n### **3. Start the Local Server**\nRun the following command to serve the documentation locally:\n```bash\ndocsify serve ./docs\n```\n\nVisit your browser at `http://localhost:3000` to explore the documentation site.\n\n---\n\n## 📂 Project Structure\nHere’s an overview of the project's file structure:\n```\n├── docs/\n│   ├── README.md             # Home page\n│   ├── introduction.md       # Introduction to AI\n│   ├── machine-learning.md   # Machine Learning Guide\n│   ├── quizzes.md            # Interactive Quizzes\n│   └── _sidebar.md           # Sidebar for navigation\n├── .gitignore                # Ignored files\n├── package.json              # Project dependencies\n└── README.md                 # This file\n```\n\n---\n\n## 🚀 Deploy Your Site\nEasily deploy your Docsify documentation to **GitHub Pages**:\n\n### **1. Push to GitHub**\nPush the repository to GitHub:\n```bash\ngit add .\ngit commit -m \"Initial commit\"\ngit push origin main\n```\n\n### **2. Create a `gh-pages` Branch**\nDeploy your documentation to GitHub Pages:\n```bash\ngit checkout -b gh-pages\ngit push origin gh-pages\n```\n\n### **3. Configure GitHub Pages**\nGo to your GitHub repository’s **Settings \u003e Pages**, and set the source to `gh-pages`.\n\nYour documentation will be live at [https://chrohangurjar.github.io/AI-For-Beginners.github.io/](https://chrohangurjar.github.io/AI-For-Beginners.github.io/)! 🎉\n\n---\n\n## 👨‍💻 Contribute\nWe welcome contributions! Feel free to:\n- Add new chapters or resources.\n- Improve existing quizzes and interactive elements.\n- Report bugs or suggest new features.\n\n### **How to Contribute**\n1. Fork the repository.\n2. Create a new branch for your changes.\n3. Submit a pull request with your updates.\n\n---\n\n## 📜 License\nThis project is licensed under the **MIT License**. You’re free to use, modify, and distribute it as you wish.\n\n---\n\n### 📢 Stay Connected!\nFollow me on social media to stay updated with new projects and updates:\n- **GitHub**: [Rohan Naagar](https://github.com/chrohangurjar1)\n- **LinkedIn**: [Rohan Naagar](#)\n- **Twitter**: [Rohan Naagar](#)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fai-for-beginners.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohancyberops%2Fai-for-beginners.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fai-for-beginners.github.io/lists"}