🖥 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 😉❤️
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
🟢 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.
👌 @CodeProgrammer
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
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❤3
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
Create an account on Patreon
patreon.com/DataScienceBooks
Patreon
Get more from Data Science Store on Patreon
Daily importance services
👍6❤2
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 😉❤️
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
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
Support Vector Machines in OpenCV
Article: https://machinelearningmastery.com/support-vector-machines-in-opencv/
👌 https://t.me/CodeProgrammer
More Likes, Share, Subscribe 😉❤️
Article: https://machinelearningmastery.com/support-vector-machines-in-opencv/
👌 https://t.me/CodeProgrammer
More Likes, Share, Subscribe 😉❤️
👍15❤6😍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.me/CodeProgrammer
More Likes, Share, Subscribe 😉❤️
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.me/CodeProgrammer
More Likes, Share, Subscribe 😉❤️
👍12❤8
🎞 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.me/CodeProgrammer
More Likes, Share, Subscribe 😉
https://github.com/pytube/pytube
https://t.me/CodeProgrammer
More Likes, Share, Subscribe 😉
💯17❤10👍10
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://t.me/+mdMjDnomUa83NWJk
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!
https://t.me/+mdMjDnomUa83NWJk
👍6❤🔥2❤1
⚡️ 8 free courses to master large language models:
The course provides an understanding of how LLM work, their practical applications, and guides students in using LLMs to build and deploy applications.
https://docs.cohere.com/docs/llmu
This course provides comprehensive knowledge of Hugging Face transformers, datasets, tokenizers, and the Accelerate tool in the field of Natural Language Processing (NLP).
https://huggingface.co/learn/nlp-course/chapter1/1
A collection of free courses created in collaboration with many companies such as LangChain, OpenAI, Google, Weights & Biases, Microsoft and others.
https://www.deeplearning.ai/short-courses/
This course shows how to create LLM-based applications using API, Langchain и W&B Prompts . He talks about developing, experimenting, and evaluating LLM-oriented applications.
https://www.wandb.courses/courses/building-llm-powered-apps
An introductory level course covering what LLMs are, their use cases, and how to improve LLM performance using prompt tuning
https://www.cloudskillsboost.google/course_templates/539
The program includes two courses: " LLMs: Application through Production " and " LLMs: Foundation Models from the Ground Up "
https://www.databricks.com/blog/enroll-our-new-expert-led-large-language-models-llms-courses-edx
The three-course series will provide students with the knowledge and skills to learn, fine-tune, and integrate LLM into production.
https://learn.activeloop.ai/courses/langchain
Covers topics such as Prompt Engineering, LLMOps, UX for language user interfaces, augmented language models, rapid LLM application development, future trends in LLM, fundamental concepts and walkthrough of askFSDL.
https://fullstackdeeplearning.com/llm-bootcamp/
https://t.me/CodeProgrammer
More Likes, Share, Subscribe 😉
1- LLM University
The course provides an understanding of how LLM work, their practical applications, and guides students in using LLMs to build and deploy applications.
https://docs.cohere.com/docs/llmu
2- hugging face NLP course
This course provides comprehensive knowledge of Hugging Face transformers, datasets, tokenizers, and the Accelerate tool in the field of Natural Language Processing (NLP).
https://huggingface.co/learn/nlp-course/chapter1/1
3- DeepLearningAI
A collection of free courses created in collaboration with many companies such as LangChain, OpenAI, Google, Weights & Biases, Microsoft and others.
https://www.deeplearning.ai/short-courses/
4- Weights_biases course
This course shows how to create LLM-based applications using API, Langchain и W&B Prompts . He talks about developing, experimenting, and evaluating LLM-oriented applications.
https://www.wandb.courses/courses/building-llm-powered-apps
5- Introduction to LLMs course by google cloud
An introductory level course covering what LLMs are, their use cases, and how to improve LLM performance using prompt tuning
https://www.cloudskillsboost.google/course_templates/539
6- Databricks courses
The program includes two courses: " LLMs: Application through Production " and " LLMs: Foundation Models from the Ground Up "
https://www.databricks.com/blog/enroll-our-new-expert-led-large-language-models-llms-courses-edx
7- Course "LangChain & Vector Databases in Production" from activeloopai, towards_AI and Intel
The three-course series will provide students with the knowledge and skills to learn, fine-tune, and integrate LLM into production.
https://learn.activeloop.ai/courses/langchain
8- LLM Bootcamp
Covers topics such as Prompt Engineering, LLMOps, UX for language user interfaces, augmented language models, rapid LLM application development, future trends in LLM, fundamental concepts and walkthrough of askFSDL.
https://fullstackdeeplearning.com/llm-bootcamp/
https://t.me/CodeProgrammer
More Likes, Share, Subscribe 😉
Cohere
Welcome to LLM University! | Cohere
LLM University (LLMU) offers in-depth, practical NLP and LLM training. Ideal for all skill levels. Learn, build, and deploy Language AI with Cohere.
👍16❤4👏1
🖥 Hitchhiker's Guide to Python
Python Best Practices Guidebook
A guide to best practices for installing, configuring and using Python on a daily basis, including pip, numpy, virtualenv and more.
Resources: https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A/110
Python Best Practices Guidebook
A guide to best practices for installing, configuring and using Python on a daily basis, including pip, numpy, virtualenv and more.
Resources: https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A/110
👍7❤1