Python | Machine Learning | Coding | R
64.3K subscribers
1.15K photos
72 videos
146 files
810 links
Help and ads: @hussein_sheikho

Discover powerful insights with Python, Machine Learning, Coding, and R—your essential toolkit for data-driven solutions, smart alg

List of our channels:
https://t.iss.one/addlist/8_rRW2scgfRhOTc0

https://telega.io/?r=nikapsOH
Download Telegram
Introducing LazyPredict! 🚀

A Python library that enables you to train, test, and evaluate multiple ML models at once using just a few lines of code.

Install:
pip install lazypredict

🖥 Github: https://github.com/shankarpandala/lazypredict

👌 https://t.iss.one/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
👍20❤‍🔥42
👉 Awesome Computer Vision

Awesome Books, Courses, Papers, Software, Datasets, Pre-trained Computer Vision Models, Tutorials, Talks, Blogs, Links and Songs related to Computer Vision.

🔗 GitHub: https://github.com/jbhuang0604/awesome-computer-vision

👌 https://t.iss.one/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
👍121❤‍🔥1
👉 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://t.iss.one/CodeProgrammer

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

👌 https://t.iss.one/CodeProgrammer

More Likes, Share, Subscribe 😉❤️
👍184👏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://t.iss.one/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://t.iss.one/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
👍92
Media is too big
VIEW IN TELEGRAM
❤️‍🔥Hacking the WIFI password❤️‍🔥

By: https://t.iss.one/Python53
👍14❤‍🔥4
🔅 Create an Audiobook in Python

👌 https://t.iss.one/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://t.iss.one/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://t.iss.one/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://t.iss.one/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://t.iss.one/DeepLearning_ai

https://t.iss.one/MachineLearning_Programming
👍151😍1
Support Vector Machines in OpenCV

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

👌 https://t.iss.one/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://t.iss.one/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://t.iss.one/CodeProgrammer

More Likes, Share, Subscribe 😉
💯1710👍10
Programmers joked with each other 😂
🐳30😱19👍7🫡4💯1