AI-Code simplifies learning AI technologies with easy-to-follow code and real-world project guides for ML, DL, GAN, NLP, OpenCV, and more.
- Scratch-level implementations of AI algorithms 🧠
- Guides, datasets, research papers, and step-by-step tutorials 📘
- Clear directories with focused README files 📂
- Fast learning with minimal complexity 🚀
- Go through the Contributing Guidelines to fork and clone the project.
- After forking and cloning the project in your local system:
- Create a virtual environment:
python -m venv myenv
- Activate the virtual environment:
- On Windows:
myenv\Scripts\activate
- On macOS/Linux:
source myenv/bin/activate
- On Windows:
- Install the required Python package:
pip install mkdocs-material
- Create a virtual environment:
- After installing the package, run the following command to start the development server:
mkdocs serve
- Open the local server URL (usually
http://127.0.0.1:8000
) in your browser. You are now ready to work on the project.
- Python 3.8+
- Markdown
- Git/GitHub
- VS Code