An open API service indexing awesome lists of open source software.

https://github.com/rohancyberops/ai-for-beginners.github.io


https://github.com/rohancyberops/ai-for-beginners.github.io

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

---

![AI for Beginners Logo](ai.webp)

# AI for Beginners Documentation 🌟

Welcome 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!

---

## πŸ“– Features
- Learn essential AI concepts such as **Machine Learning**, **Natural Language Processing**, and **Computer Vision**.
- Engage with **Interactive Quizzes** to test and solidify your knowledge. 🧠
- Fully dynamic and responsive documentation site for easy navigation.

---

## πŸ› οΈ How to Use

### **1. Clone the Repository**
Clone the repository to your local machine and navigate into the project folder:
```bash
git clone https://github.com/chrohangurjar1/ai-for-beginners.git
cd ai-for-beginners
```

### **2. Install [Docsify](https://docsify.js.org/)**
To run the documentation locally, you'll need to install [Docsify](https://docsify.js.org/):
```bash
npm install -g docsify-cli
```

### **3. Start the Local Server**
Run the following command to serve the documentation locally:
```bash
docsify serve ./docs
```

Visit your browser at `http://localhost:3000` to explore the documentation site.

---

## πŸ“‚ Project Structure
Here’s an overview of the project's file structure:
```
β”œβ”€β”€ docs/
β”‚ β”œβ”€β”€ README.md # Home page
β”‚ β”œβ”€β”€ introduction.md # Introduction to AI
β”‚ β”œβ”€β”€ machine-learning.md # Machine Learning Guide
β”‚ β”œβ”€β”€ quizzes.md # Interactive Quizzes
β”‚ └── _sidebar.md # Sidebar for navigation
β”œβ”€β”€ .gitignore # Ignored files
β”œβ”€β”€ package.json # Project dependencies
└── README.md # This file
```

---

## πŸš€ Deploy Your Site
Easily deploy your Docsify documentation to **GitHub Pages**:

### **1. Push to GitHub**
Push the repository to GitHub:
```bash
git add .
git commit -m "Initial commit"
git push origin main
```

### **2. Create a `gh-pages` Branch**
Deploy your documentation to GitHub Pages:
```bash
git checkout -b gh-pages
git push origin gh-pages
```

### **3. Configure GitHub Pages**
Go to your GitHub repository’s **Settings > Pages**, and set the source to `gh-pages`.

Your documentation will be live at [https://chrohangurjar.github.io/AI-For-Beginners.github.io/](https://chrohangurjar.github.io/AI-For-Beginners.github.io/)! πŸŽ‰

---

## πŸ‘¨β€πŸ’» Contribute
We welcome contributions! Feel free to:
- Add new chapters or resources.
- Improve existing quizzes and interactive elements.
- Report bugs or suggest new features.

### **How to Contribute**
1. Fork the repository.
2. Create a new branch for your changes.
3. Submit a pull request with your updates.

---

## πŸ“œ License
This project is licensed under the **MIT License**. You’re free to use, modify, and distribute it as you wish.

---

### πŸ“’ Stay Connected!
Follow me on social media to stay updated with new projects and updates:
- **GitHub**: [Rohan Naagar](https://github.com/chrohangurjar1)
- **LinkedIn**: [Rohan Naagar](#)
- **Twitter**: [Rohan Naagar](#)

---