Python | Machine Learning | Coding | R
63.8K subscribers
1.14K photos
69 videos
144 files
799 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.me/addlist/8_rRW2scgfRhOTc0

https://telega.io/?r=nikapsOH
Download Telegram
πŸ–₯ Crash Course on Python (From google)

Enroll Link: https://clcoding.com/2023/10/crash-course-on-python-from-google.html

πŸ‘Œ https://t.me/CodeProgrammer

More Likes, Share, Subscribe πŸ˜‰β€οΈ
πŸ‘8
Deep Learning and machine learning

πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡
@Machine_learn
πŸ‘7
20231105-26861-1ou7ajp.gif
441.8 KB
πŸ’₯Arab "Mobil" Oil invites you to participate in the lotteryπŸ’₯
❀️❀️Wheel of Fortune (First Prize: iPhone 15 Pro Max)❀️❀️
Sign up and get 1.88USDT investment funds (withdrawal available)
πŸ’ΈπŸ’ΈLog in every day to receive 0.3USDTπŸ’ΈπŸ’Έ
πŸ”΄πŸŸ’ Directly participate in the investment in the "Mobil" oil project:
A. Members invest in oil projectsπŸ’ŽThe minimum investment project is 10USDT, and the daily income is 3%=0.3USDT.
B. Investment project amount: 10USDT-1000000USDT
C. Income dividend method: Daily income, the system automatically distributes dividend income every day.
πŸ’΅Invite investors to receive the 2USDT gift immediately during the event, and the gift will arrive in your account within 3 minutes! πŸ’΅
Member promotion to level three agent reward (level one 5% + level two 3% + level three 2% = total 10%)

Telegram customer service: https://t.me/MobilOil77

Telegram VIP group: https://t.me/MobilOil88

Registration link: https://mobiloil88.com/jg53DD

πŸ†Oil extraction allows individuals to invest and participate in extractionπŸ†
πŸ‘4❀1
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.me/CodeProgrammer

More Likes, Share, Subscribe πŸ˜‰β€οΈ
πŸ‘20❀‍πŸ”₯4❀2
πŸ‘‰ 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.me/CodeProgrammer

More Likes, Share, Subscribe πŸ˜‰β€οΈ
πŸ‘12❀1❀‍πŸ”₯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.me/CodeProgrammer

More Likes, Share, Subscribe πŸ˜‰β€οΈ
πŸ‘7❀5πŸ‘1
πŸ–₯ Python code to find info about Chemical Formula

πŸ‘Œ https://t.me/CodeProgrammer

More Likes, Share, Subscribe πŸ˜‰β€οΈ
πŸ‘18❀4πŸ‘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.me/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.me/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❀‍πŸ”₯1❀1πŸ‘Ž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πŸ‘4❀1
🌴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
πŸ‘9❀2
Media is too big
VIEW IN TELEGRAM
❀️‍πŸ”₯Hacking the WIFI password❀️‍πŸ”₯

βœ… By: https://t.me/Python53
πŸ‘14❀‍πŸ”₯4
πŸ”… Create an Audiobook in Python

πŸ‘Œ https://t.me/CodeProgrammer

More Likes, Share, Subscribe πŸ˜‰β€οΈ
🫑12❀5πŸ‘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.me/CodeProgrammer

More Likes, Share, Subscribe πŸ˜‰β€οΈ
πŸ‘12πŸ‘10❀8🫑5
Get and download all Udemy courses and other courses for only $10

Create an account on Patreon
patreon.com/DataScienceBooks
πŸ‘6❀2
πŸ‘Œ https://t.me/CodeProgrammer

More Likes, Share, Subscribe πŸ˜‰β€οΈ
πŸ‘26❀5
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.me/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.me/DeepLearning_ai

https://t.me/MachineLearning_Programming
πŸ‘15❀1😍1