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

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!

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
```