Machine Learning with Python
67.7K subscribers
1.43K photos
124 videos
193 files
1.15K 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
Microsoft launched the best course on Generative AI!

The Free 21 lesson course is available on #Github and will teach you everything you need to know to start building #GenerativeAI applications.

Enroll: https://github.com/microsoft/generative-ai-for-beginners

https://github.com/microsoft/generative-ai-for-beginners

https://t.me/CodeProgrammer 🩷
Please open Telegram to view this post
VIEW IN TELEGRAM
❀9
πŸ€–πŸ§  AI Projects : A Comprehensive Showcase of Machine Learning, Deep Learning and Generative AI

πŸ—“οΈ 27 Oct 2025
πŸ“š AI News & Trends

Artificial Intelligence (AI) is transforming industries across the globe, driving innovation through automation, data-driven insights and intelligent decision-making. Whether it’s predicting house prices, detecting diseases or building conversational chatbots, AI is at the core of modern digital solutions. The AI Project Gallery by Hema Kalyan Murapaka is an exceptional GitHub repository that curates a wide ...

#AI #MachineLearning #DeepLearning #GenerativeAI #ArtificialIntelligence #GitHub
❀3πŸ”₯1
πŸ”₯ A huge collection of the 17 best GitHub repositories for learning Python.

Perfect for those who want to level up from print('Hello') to advanced projects.


😰 Let's go:
1. 30-Days-Of-Python β€” a 30-day Python challenge covering the basics of the language.

2. Python Basics β€” simple and clear Python basics for beginners.

3. Learn Python β€” a topic-based guide with examples and code.

4. Python Guide β€” best practices, tools, and advanced topics.

5. Learn Python 3 β€” an easy-to-understand guide to Python 3 with practice.

6. Python Programming Exercises β€” 100+ Python exercises.

7. Coding Problems β€” algorithmic problems, perfect for interview prep.

8. Project-Based-Learning β€” learn Python through real projects.

9. Projects β€” ideas for practical projects and skill improvement.

10. 100-Days-Of-ML-Code β€” a step-by-step guide to Machine Learning in Python.

11. TheAlgorithms/Python β€” a huge collection of algorithms in Python.

12. Amazing-Python-Scripts β€” useful scripts from automation to advanced utilities.

13. Geekcomputers/Python β€” a collection of practical scripts: networking, files, automation.

14. Materials β€” code, exercises, and projects from Real Python.

15. Awesome Python β€” a top list of the best frameworks and libraries.

16. 30-Seconds-of-Python β€” short snippets for quick solutions.

17. Python Reference β€” life hacks, tutorials, and useful scripts.

πŸ‘ Save this so you don't have to search again.

#python #doc #github #soft
Please open Telegram to view this post
VIEW IN TELEGRAM
❀11πŸ‘3πŸ”₯1πŸ’―1
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
❀14πŸ‘1πŸ”₯1
This media is not supported in your browser
VIEW IN TELEGRAM
GitHub has launched its learning platform: all #courses and certificates in one place.

#Git, #GitHub, #MCP, using #AI, #VSCode, and much more.

And most of the content is #free: β†’ https://learn.github.com

πŸ‘‰ @codeprogrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
❀8πŸ‘1
Design patterns are proven solutions to common problems in development. If you've ever found yourself constantly writing the same thing when creating objects or struggling with managing different types of objects, then the factory pattern might be exactly what you need.

In this tutorial:
https://www.freecodecamp.org/news/how-to-use-the-factory-pattern-in-python-a-practical-guide/

you'll learn what a factory is, why it's useful, and how to implement it in #Python. We'll gather practical examples that will show when and how to apply this pattern in real tasks.

The code can be found on #GitHub
https://github.com/balapriyac/python-basics/tree/main/design-patterns/factory

https://t.me/CodeProgrammer
❀7πŸ‘1
πŸ—‚ Building our own mini-Skynet β€” a collection of 10 powerful AI repositories from big tech companies

1. Generative AI for Beginners and AI Agents for Beginners
Microsoft provides a detailed explanation of generative AI and agent architecture: from theory to practice.

2. LLMs from Scratch
Step-by-step assembly of your own GPT to understand how LLMs are structured "under the hood".

3. OpenAI Cookbook
An official set of examples for working with APIs, RAG systems, and integrating AI into production from OpenAI.

4. Segment Anything and Stable Diffusion
Classic tools for computer vision and image generation from Meta and the CompVis research team.

5. Python 100 Days and Python Data Science Handbook
A powerful resource for Python and data analysis.

6. LLM App Templates and ML for Beginners
Ready-made app templates with LLMs and a structured course on classic machine learning.

If you want to delve deeply into AI or start building your own projects β€” this is an excellent starting kit.

tags: #github #LLM #AI #ML

➑️ https://t.me/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
❀15πŸ”₯3πŸ‘2
⚑️ Colorizing old black-and-white videos and "bringing faces to life" for FREE

SVFR β€” a full-fledged framework for restoring faces in videos.

It can:
πŸ’¬ BFR β€” improve blurry faces.
πŸ’¬ Colorization β€” colorize black-and-white videos.
πŸ’¬ Inpainting β€” redraw damaged areas.
πŸ’¬ and combine all of this in one pass.

Essentially, the model takes old or damaged videos and makes them "as if they were shot yesterday". And it's free and open-source.

βš™οΈ Installation locally:

1. Create an environment

conda create -n svfr python=3.9 -y
conda activate svfr


2. Install PyTorch (for your CUDA)

pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2


3. Install dependencies

pip install -r requirements.txt


4. Download models

conda install git-lfs
git lfs install
git clone https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt models/stable-video-diffusion-img2vid-xt


5. Start processing videos

python infer.py \
--config config/infer.yaml \
--task_ids 0 \
--input_path input.mp4 \
--output_dir results/ \
--crop_face_region


Where task_ids:

* 0 β€” face enhancement
* 1 β€” colorization
* 2 β€” redrawing damage

An ideal tool if:
🟒you're restoring archival videos;
🟒you're creating historical content;
🟒you're working with neural networks and video effects;
🟒you want a wow result without paid services.

▢️ Demo on Hugging Face

β™ŽοΈ GitHub/Instructions

#python #soft #github

https://t.me/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❀10πŸ‘4
πŸ“° Awesome Open Source AI 2026 β€” A comprehensive collection of current open-source AI projects πŸ€–

This repository consolidates significant resources in a single location, including frameworks, training tools, inference utilities, RAG solutions, agents, and more. The content is organized into distinct categories to facilitate efficient navigation and resource identification for specific tasks. πŸ“‚

Repo: https://github.com/alvinreal/awesome-opensource-ai

Tags: #github #useful βœ”οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
❀6
reader3 πŸ“šβœ¨

When you want to connect an AI like Gemini to help you analyze books or content, copying text from a reader usually becomes a hassle. πŸ˜©πŸ’»

Especially if you want to discuss a book by chapters. Highlighting text manually and copying it disrupts the flow and feels like a waste of time. ⏳🚫

Yesterday, Andrzej Karpati, a well-known AI expert, released a new project to the public: reader3, which solves this problem very neatly. πŸŽ‰πŸ› οΈ It's a lightweight EPUB reader that allows you to read a book together with AI. πŸ€–πŸ“–

Its interface is as minimalist as possible: only the necessary reading and navigation functions. πŸ“‰πŸ§­ You can also manage your library through folders. πŸ“βœ¨

The key feature is that it breaks an EPUB into chapters and displays the content one chapter at a time. πŸ”“πŸ“„

This makes it easy to copy the needed part of the book and pass it to a large model for analysis or discussion. πŸ“‹πŸ”„ It significantly improves the reading experience when paired with AI. πŸš€πŸ§ 

And it's very easy to get started - just run two commands via uv. βš‘πŸ› οΈ As a result, it's an excellent tool for those who love reading and want to use AI as a companion for text analysis. πŸ“šπŸ€πŸ€–

πŸ“ Language: #Python 61.0%

⭐️ Stars: 1.5k

➑️ Link to GitHub https://github.com/karpathy/reader3

#AI #Python #Reader3 #Tech #BookLovers #Github

https://t.me/CodeProgrammer βœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
❀5πŸ”₯2πŸ‘1πŸ†’1