Machine Learning with Python – Telegram
Machine Learning with Python
68.3K subscribers
1.29K photos
95 videos
169 files
949 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
👉 Pytorch

This repository has a collection of best tutorials, projects, libraries, videos, papers, books and anything related to the incredible PyTorch.

🔗 GitHub: https://github.com/ritchieng/the-incredible-pytorch

👌 https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
👍75👏1
🖥 Python code to find info about Chemical Formula

👌 https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
👍185👏3😍2
👉 AI Expert Roadmap

This ultimate repository for AI contains roadmaps for:

🔹 Artificial Intelligence
🔹 Machine Learning
🔹 Deep Learning
🔹 Data Engineer
🔹 Big Data
🔹 Data Science

Link: https://github.com/AMAI-GmbH/AI-Expert-Roadmap

👌 https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
12👍11🤔2
🖥 Awesome Python Awesome

A curated list of awesome Python frameworks, libraries, software and resources.

https://github.com/vinta/awesome-python

👌 https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
14👍8🫡3
365 data science courses

🟢 probability
🟢 statistics
🟢 git and github
🟢 machine learning
🟢 SQL
🟢 python
🟢 deep learning
🟢 PowerBI
🟢 excel

This courses now available for us
Price: 20$
Contact me @hussein_sheikho
👍5❤‍🔥11👎1
🖥 Face swap on python.

pip install --user opencv-python insightface matplotlib
# скачай 'inswapper_128.onnx' отсюда 'clck.ru/36ct6v' и закинь в папку с кодом
import cv2
import insightface
from insightface.app import FaceAnalysis
import matplotlib.pyplot as plt

app = FaceAnalysis(name='buffalo_l')
app.prepare(ctx_id=0, det_size=(640, 640))
swapper = insightface.model_zoo.get_model('inswapper_128.onnx')

def swap_faces(img):
img = cv2.imread(img)
fig, ax = plt.subplots(1, 1, figsize=(10, 5))
ax.imshow(img[:,:,::-1])
ax.axis('off'); plt.show()
faces = app.get(img)
face1, face2 = faces[0], faces[1]
imgnew = img.copy()
imgnew = swapper.get(imgnew, face1, face2, paste_back=True)
imgnew = swapper.get(imgnew, face2, face1, paste_back=True)
fig, ax = plt.subplots(1, 1, figsize=(10, 5))
ax.imshow(imgnew[:,:,::-1])
ax.axis('off'); plt.show()
return imgnew


swap_faces('ТУТ ТВОЁ ИЗОБРАЖЕНИЕ')


🎥 Video: https://www.youtube.com/shorts/78CFNgTTX54

👌 @CodeProgrammer
❤‍🔥8👍41
🌴Machine Learning A-Z: AI, Python & R + ChatGPT Bonus [2023] 🌴

Learn to create Machine Learning Algorithms in Python and R from two Data Science experts. Code templates included.

This course includes:
42 hours on-demand video
5 coding exercises
39 articles
9 downloadable resources

🟢 Price :- $20

Source :- https://www.udemy.com/course/machinelearning/

Contact @hussein_sheikho
👍93
Media is too big
VIEW IN TELEGRAM
❤️‍🔥Hacking the WIFI password❤️‍🔥

By: https://news.1rj.ru/str/Python53
👍14❤‍🔥4
🔅 Create an Audiobook in Python

👌 https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
🫡125👍5
import PyPDF2
import pyttsx3
# Read the pdf by specifying the path in your computer
pdfReader = PyPDF2.PdfFileReader(open('clcoding.pdf', 'rb'))
# Get the handle to speaker
speaker = pyttsx3.init()
# split the pages and read one by one
for page_num in range(pdfReader.numPages):
text = pdfReader.getPage(page_num).extractText()
speaker.say(text)
speaker.runAndWait()
# stop the speaker after completion
speaker.stop()
# save the audiobook at specified path
engine.save_to_file(text, 'E:\audio.mp3')
engine.runAndWait()

👌 https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
👏12👍108🫡5
Get and download all Udemy courses and other courses for only $10

Create an account on Patreon
patreon.com/DataScienceBooks
👍62
👌 https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
👍265
This media is not supported in your browser
VIEW IN TELEGRAM
🔥 flowty-realtime-lcm-canvas

A realtime sketch to image demo using LCM and the gradio library.

Source: https://github.com/flowtyone/flowty-realtime-lcm-canvas

👌 https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
👍7😱3
Artificial Intelligence && Deep Learning
Channel for who have a passion for -

* Artificial Intelligence
* Machine Learning
* Deep Learning
* Data Science
* Computer vision
* Image Processing
* Research Papers

https://news.1rj.ru/str/DeepLearning_ai

https://news.1rj.ru/str/MachineLearning_Programming
👍151😍1
Support Vector Machines in OpenCV

Article: https://machinelearningmastery.com/support-vector-machines-in-opencv/

👌 https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
👍156😍2🫡1
This media is not supported in your browser
VIEW IN TELEGRAM
🔥 Building and Evaluating Advanced RAG Applications

A new free course from deeplearning.ai on complex RAG (Retrieval Augmented Generation ) techniques has been released.🦾

This course teaches advanced LLM techniques that will help you generate good and relevant answers and...

deeplearning.ai/short-courses/building-evaluating-advanced-rag/

👌 https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
👍128
🎞 Pytube is a lightweight #Python library that enables you to download #YouTube videos and playlists in specific formats and resolutions.

https://github.com/pytube/pytube

https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉
💯1710👍10
Programmers joked with each other 😂
🐳30😱19👍7🫡5💯1
STOP WORKING – START EARNING🏆

Do you really like your salary? What about the time you spend at work? Is everything fair and square? Do you have a house, car, summer house? Let's be honest…

🫵I urge you to forget about working for peanuts and start earning real money.

Subscribe to the Mark Trading channel today, and I'm confident that by tomorrow, you'll have made your first profit!

🤫On the channel, you'll find trading signals that you can easily copy even without experience!

https://news.1rj.ru/str/+mdMjDnomUa83NWJk
👍6❤‍🔥21
🖥 Calculate derivatives in Python

https://news.1rj.ru/str/CodeProgrammer

More Likes, Share, Subscribe 😉
👍26💯4👏1