Machine Learning with Python
68.7K subscribers
1.32K photos
102 videos
173 files
989 links
Learn Machine Learning with hands-on Python tutorials, real-world code examples, and clear explanations for researchers and developers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
YOLO Training Template

Manual data labeling has become significantly more convenient. Now the process looks like in the usual labeling systems - you just outline the object with a frame and a bounding box is immediately created.

The platform allows:

• to upload your own dataset
• to label manually or auto-label via DINOv3
• to enrich the data if desired
• to train a #YOLO model on your own data
• to run inference immediately
• to export to ONNX or NCNN, which ensures compatibility with edge hardware and smartphones

All of this is available for free and can already be tested on #GitHub.

Repo:
https://github.com/computer-vision-with-marco/yolo-training-template

👍 Top Channels on Telegram 🌟
Please open Telegram to view this post
VIEW IN TELEGRAM
11👍1🔥1
🤖 Machine Learning Tutorials Repository

1. Python
2
. Computer Vision: Techniques, algorithms
3
. NLP
4.
Matplotlib
5. NumPy
6. Pandas
7.
MLOps
8. LLMs
9.
PyTorch/TensorFlow

git clone https://github.com/patchy631/machine-learning

🔗 GitHub: https://github.com/patchy631/machine-learning/tree/main

⭐️ https://t.iss.one/DataScienceT
113👍1🔥1
Collection of books on machine learning and artificial intelligence in PDF format

Repo: https://github.com/Ramakm/AI-ML-Book-References

#MACHINELEARNING #PYTHON #DATASCIENCE #DATAANALYSIS #DeepLearning

👉 @codeprogrammer
15🎉2👍1
Best GitHub repositories to learn AI from scratch in 2026:


1. Andrej Karpathy
https://github.com/karpathy/nn-zero-to-hero

2. Hugging Face Transformers
https://github.com/huggingface/transformers

3. FastAI/fastbook
https://github.com/fastai/fastbook

4. Made-With-ML
https://github.com/GokuMohandas/Made-With-ML

5. ML System Design
https://github.com/chiphuyen/machine-learning-systems-design

6. Awesome Generative AI guide
https://github.com/aishwaryanr/awesome-generative-ai-guide

7. Dive into Deep Learning
https://github.com/d2l-ai/d2l-en

🪞 @codeprogrammer Like & Share
Please open Telegram to view this post
VIEW IN TELEGRAM
211👍2🔥1
🗂 Cheat Sheet on Beautiful Soup 4 (bs4) in Python: HTML/XML Parsing Made Easy and Simple

Beautiful Soup — a library for extracting data from HTML and XML files, ideal for web scraping.

🔹 Installation
pip install beautifulsoup4


🔹 Import
from bs4 import BeautifulSoup
import requests


🔹 Basic Parsing
html_doc = "<html><body><p class='text'>Hello, world!</p></body></html>"
soup = BeautifulSoup(html_doc, 'html.parser')  # or 'lxml', 'html5lib'
print(soup.p.text)  # Hello, world!


🔹 Element Search
# First found element
first_p = soup.find('p')

# Search by class or attribute
text_elem = soup.find('p', class_='text')
text_elem = soup.find('p', {'class': 'text'})

# All elements
all_p = soup.find_all('p')
all_text_class = soup.find_all(class_='text')


🔹 Working with Attributes and Text
a_tag = soup.find('a')
print(a_tag['href&#39])    # value of the href attribute
print(a_tag.get_text()) # text inside the tag
print(a_tag.text)       # alternative


🔹 Navigating the Tree
# Moving to parent, children, siblings
parent = soup.p.parent
children = soup.ul.children
next_sibling = soup.p.next_sibling

# Finding the previous/next element
prev_elem = soup.find_previous('p')
next_elem = soup.find_next('div')


🔹 Parsing a Real Page
response = requests.get('https://example.com')
soup = BeautifulSoup(response.text, 'html. parser')
title = soup.title.text
links = [a['href'] for a in soup.find_all('a', href=True)]


🔹 CSS Selectors
# More powerful and concise search
items = soup.select('div.content > p.text')
first_item = soup.select_one('a.button')


💡 Where it's useful:
🟢 Web scraping and data collection
🟢 Processing HTML/XML reports
🟢 Automating data extraction from websites
🟢 Preparing data for analysis and machine learning


👩‍💻 @CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
17👍1🔥1
🙏💸 500$ FOR THE FIRST 500 WHO JOIN THE CHANNEL! 🙏💸

Join our channel today for free! Tomorrow it will cost 500$!

https://t.iss.one/+0-w7MQwkOs02MmJi

You can join at this link! 👆👇

https://t.iss.one/+0-w7MQwkOs02MmJi
4
This media is not supported in your browser
VIEW IN TELEGRAM
😎 Machine Learning Cheatsheet — a structured ML guide!

There are no courses here, no unnecessary theory or long lectures, but there are clear formulas, algorithms, the logic of ML pipelines, and a neatly structured knowledge base. It's perfect for quickly refreshing your understanding of algorithms or having it handy as an ML cheat sheet during work.

📌 Here's the link: ml-cheatsheet.readthedocs.io

🚪 @codeprogrammer   | #resource
Please open Telegram to view this post
VIEW IN TELEGRAM
9👍5🔥2
Forwarded from Data Analytics
This repository collects everything you need to use AI and LLM in your projects.

120+ libraries, organized by development stages:

→ Model training, fine-tuning, and evaluation
→ Deploying applications with LLM and RAG
→ Fast and scalable model launch
→ Data extraction, crawlers, and scrapers
→ Creating autonomous LLM agents
→ Prompt optimization and security

Repo: https://github.com/KalyanKS-NLP/llm-engineer-toolkit

🥺 https://t.iss.one/DataAnalyticsX
Please open Telegram to view this post
VIEW IN TELEGRAM
9🎉1
Build your own AI agent from scratch for free in 5 minutes

In this article, I will show you how to build your first AI agent from scratch using Google’s ADK (Agent Development Kit). This is an open-source framework that makes it easier to create agents, test them, add tools, and even build multi-agent systems.

Read: https://habr.com/en/articles/974212/

https://t.iss.one/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
👍63
These Google Colab-notebooks help to implement all machine learning algorithms from scratch 🤯

Repo: https://udlbook.github.io/udlbook/


👉 @codeprogrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
7👍2
Media is too big
VIEW IN TELEGRAM
Ant AI Automated Sales Robot is an intelligent robot focused on automating lead generation and sales conversion. Its core function simulates human conversation, achieving end-to-end business conversion and easily generating revenue without requiring significant time investment.

I. Core Functions: Fully Automated "Lead Generation - Interaction - Conversion"

Precise Lead Generation and Human-like Communication: Ant AI is trained on over 20 million real social chat records, enabling it to autonomously identify target customers and build trust through natural conversation, requiring no human intervention.

High Conversion Rate Across Multiple Scenarios: Ant AI intelligently recommends high-conversion-rate products based on chat content, guiding customers to complete purchases through platforms such as iFood, Shopee, and Amazon. It also supports other transaction scenarios such as movie ticket purchases and utility bill payments.

24/7 Operation: Ant AI continuously searches for customers and recommends products. You only need to monitor progress via your mobile phone, requiring no additional management time.

II. Your Profit Guarantee: Low Risk, High Transparency, Zero Inventory Pressure, Stable Commission Sharing

We have established partnerships with platforms such as Shopee and Amazon, which directly provide abundant product sourcing. You don't need to worry about inventory or logistics. After each successful order, the company will charge the merchant a commission and share all profits with you. Earnings are predictable and withdrawals are convenient. Member data shows that each bot can generate $30 to $100 in profit per day. Commission income can be withdrawn to your account at any time, and the settlement process is transparent and open.

Low Initial Investment Risk. Bot development and testing incur significant costs. While rental fees are required, in the early stages of the project, the company prioritizes market expansion and brand awareness over short-term profits.

If you are interested, please join my Telegram group for more information and leave a message: https://t.iss.one/+lVKtdaI5vcQ1ZDA1
6👍1🔥1