https://github.com/soumilgit/ai_ml_projects
A collection of few beginner-friendly AI-ML Projects in Python. Feel free to star and refer to for learning purposes!
https://github.com/soumilgit/ai_ml_projects
data-science gemini-api numpy opencv python random-forest-classifier
Last synced: 10 months ago
JSON representation
A collection of few beginner-friendly AI-ML Projects in Python. Feel free to star and refer to for learning purposes!
- Host: GitHub
- URL: https://github.com/soumilgit/ai_ml_projects
- Owner: Soumilgit
- License: mit
- Created: 2024-07-27T08:31:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T13:56:36.000Z (10 months ago)
- Last Synced: 2025-04-10T14:58:41.596Z (10 months ago)
- Topics: data-science, gemini-api, numpy, opencv, python, random-forest-classifier
- Language: Jupyter Notebook
- Homepage:
- Size: 40.5 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
A collection of few AI ML projects.
The better ones:
[Gemini-API-use](https://github.com/Soumilgit/AI_ML_Projects/tree/main/Python-AI)
[Random-Forest-Classifier](https://github.com/Soumilgit/AI_ML_Projects/tree/main/Random_Forest_Classifier_Implement%2BVisualize)
# Folder structure :
Here is the folder structure of the repository :
```
.github
FUNDING.yml
Image to Pencil Sketch Converter using Python
README.md
duck.jpg
imagemountain.jpg
main.py
sketch_output.jpg
│ └─ sketch_output1.jpg
├─ LICENSE
├─ Python-AI
│ ├─ Cymbal Product Analysis.json
│ ├─ Cymbal Tagline Generator Template (1).json
│ ├─ compressed_data.csv.gz
│ ├─ image-analysis.ipynb
│ ├─ intro_function_calling-v1.0.0.ipynb
│ ├─ intro_prompt_design-v1.0.0.ipynb
│ ├─ prompt.ipynb
│ └─ tagline-generator.ipynb
├─ Python-Gemini-AI(ABOVEFOLDER😉
│ └─ damn
├─ README.md
├─ Random_Forest_Classifier_Implement+Visualize
│ ├─ main.py
│ ├─ new_Health_subject1.csv
│ ├─ new_Health_subject2.csv
│ ├─ output_ss_1.png
│ └─ output_ss_2.png
├─ Random_Shape_Detection_And_Bordering
│ └─ int.py
└─ Shape Detection
├─ README.md
├─ __pycache__
│ └─ filled_shape.cpython-312.pyc
├─ image_folder
│ └─ mine.jpg
└─ int.py
```