Update example file paths in README.md

This commit is contained in:
Devansh Mishra 2026-06-27 15:58:24 +05:30 committed by GitHub
parent 39f80141eb
commit 0faff810a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -6,10 +6,11 @@ Welcome! This directory contains simple, standalone examples to help you get sta
| Example | Description | Difficulty | Prerequisites |
|---------|-------------|------------|---------------|
| [Hello AI World](./01-HelloAIWorld/01-HelloAIWorld.py) | Your first AI program - simple pattern recognition | ⭐ Beginner | Python basics |
| [Simple Neural Network](./02-SimpleNeuralNetwork/02-SimpleNeuralNetwork.py) | Build a neural network from scratch | ⭐⭐ Beginner+ | Python, basic math |
| [Image Classifier](./03-ImageClassifier/03-ImageClassifier.ipynb) | Classify images with a pre-trained model | ⭐⭐ Beginner+ | Python, numpy |
| [Text Sentiment](./04-TextSentiment/04-TextSentiment.py) | Analyze text sentiment (positive/negative) | ⭐⭐ Beginner+ | Python |
| [Hello AI World](01-hello-ai-world.py) | Your first AI program - simple pattern recognition | ⭐ Beginner | Python basics |
| [Simple Neural Network](02-simple-neural-network.py) | Build a neural network from scratch | ⭐⭐ Beginner+ | Python, basic math |
| [Image Classifier](03-image-classifier.ipynb) | Classify images with a pre-trained model | ⭐⭐ Beginner+ | Python, numpy |
| [Text Sentiment](04-text-sentiment.py) | Analyze text sentiment (positive/negative) | ⭐⭐ Beginner+ | Python |
## 🚀 Getting Started