#سورس_کد #پایتون
🎮 ساخت بازی حدس عدد با پایتون
🎮 Guessing game in python
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🎮 ساخت بازی حدس عدد با پایتون
🎮 Guessing game in python
import random
number = random.randint(1, 10)
player_name = input("Hi, What's your name?")
number_of_guesses = 0
print('okay! '+ player_name+ ' I am Guessing a number between 1 and 10:')
while number_of_guesses < 5:
guess = int(input())
number_of_guesses += 1
if guess < number:
print('Your guess is too low')
if guess > number:
print('Your guess is too high')
if guess == number:
break
if guess == number:
print('You guessed the number in ' + str(number_of_guesses) + ' tries!')
else:
print('You did not guess the number, The number was ' + str(number))
🔻share with your friends🔻
🔹@OpenCV_olc🔹
👍7👨💻2
Top5DL_OpenCV_olc.png
681.3 KB
#نکته #هوش_مصنوعی
🥇پنج تا از بهترین کتابخانههای یادگیری عمیق
🏆 Top five Python Libraries for Deep Learning
1⃣ TensorFlow
2⃣ Keras
3⃣ PyTorch
4⃣ Caffe
5⃣ DeepLearning4j
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🥇پنج تا از بهترین کتابخانههای یادگیری عمیق
🏆 Top five Python Libraries for Deep Learning
1⃣ TensorFlow
2⃣ Keras
3⃣ PyTorch
4⃣ Caffe
5⃣ DeepLearning4j
🔻share with your friends🔻
🔹@OpenCV_olc🔹
👍3🔥2
#کتاب #Book #هوش_مصنوعی
📚 بهترین کتابهای یادگیری ماشین (رایگان)
📖 The best free books for Machine learning
📕 Introduction to machine learning
📗 Machine Learning
📘 Undergraduate Fundamentals of Machine Learning
📘 Machine Learning - Supervised Techniques
📙 Machine learning - The power and promise of computers that learn by example
📒 The Foundation for Best Practices in Machine Learning
📕 Machine Learning Tutorial
🔻share with your friends🔻
🔹@OpenCV_olc🔹
📚 بهترین کتابهای یادگیری ماشین (رایگان)
📖 The best free books for Machine learning
📕 Introduction to machine learning
📗 Machine Learning
📘 Undergraduate Fundamentals of Machine Learning
📘 Machine Learning - Supervised Techniques
📙 Machine learning - The power and promise of computers that learn by example
📒 The Foundation for Best Practices in Machine Learning
📕 Machine Learning Tutorial
🔻share with your friends🔻
🔹@OpenCV_olc🔹
👍5🔥1😍1
This media is not supported in your browser
VIEW IN TELEGRAM
#هوش_مصنوعی #مقاله #سورس_کد
⚽️ تخمین سهبعدی موقعیت و ژست بدن با کمک پردازش تصویر و هوش مصنوعی
📄 دانلود مقاله (pdf)
👨💻دانلود سورس کد (Github)
⚽️ 3D Pose Estimation and Elevation Motion Analysis through image processing and YOLOV7
🔻share with your friends🔻
🔹@OpenCV_olc🔹
⚽️ تخمین سهبعدی موقعیت و ژست بدن با کمک پردازش تصویر و هوش مصنوعی
📄 دانلود مقاله (pdf)
👨💻دانلود سورس کد (Github)
⚽️ 3D Pose Estimation and Elevation Motion Analysis through image processing and YOLOV7
🔻share with your friends🔻
🔹@OpenCV_olc🔹
👍7🔥3🆒1😘1
#ایده_پردازی #سورس_کد
❄ رسم دانه برف با پایتون
❄ Draw snowflake in python
🔹@OpenCV_olc🔹
❄ رسم دانه برف با پایتون
❄ Draw snowflake in python
from turtle import *🔻share with your friends🔻
def snow(length, depth):
if depth>0:
for i in range(6):
forward(length)
snow(length//3, depth-1)
backward(length)
left(60)
# t.me/OpenCV_olc
snow(150,3)
🔹@OpenCV_olc🔹
👍7😍4🔥1
#هوش_مصنوعی #نکته #مقاله
🥇 هوشمصنوعی در یک قدمی مدال طلا
🧠 مدل AlphaGeometry، مدل جدیدی از DeepMind، توانست 80 درصد از سوالات المپیاد را به درستی حل کند.
📎 دانلود مقاله نیچر (pdf)
🧠Solving olympiad geometry without human demonstrations
📄The researchers believe mastering Olympiad problems brings them one step closer towards more generalised artificial intelligence that can automatically discover new knowledge.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🥇 هوشمصنوعی در یک قدمی مدال طلا
🧠 مدل AlphaGeometry، مدل جدیدی از DeepMind، توانست 80 درصد از سوالات المپیاد را به درستی حل کند.
📎 دانلود مقاله نیچر (pdf)
🧠Solving olympiad geometry without human demonstrations
📄The researchers believe mastering Olympiad problems brings them one step closer towards more generalised artificial intelligence that can automatically discover new knowledge.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
❤🔥3🏆3👍2
#هوش_مصنوعی #ارسالی_از_کاربران
⚽️ تصویر سازی هوشمصنوعی از برد ایران
🇮🇷ایران 2 - 🇯🇵ژاپن 1
پ. ن: بماند به یادگار❤️
📷 Thanks to: Z.Jahani
🔻share with your friends🔻
🔹@OpenCV_olc🔹
⚽️ تصویر سازی هوشمصنوعی از برد ایران
🇮🇷ایران 2 - 🇯🇵ژاپن 1
پ. ن: بماند به یادگار❤️
📷 Thanks to: Z.Jahani
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🔥41❤31🎉27👍25👏23🏆14😍3🍌1
#مقاله #سورس_کد #هوش_مصنوعی
🪄 این مدل تصاویر رو با کیفیت بالا و طبق پرامپت ورودی شما اصلاح و بازیابی میکنه.
💻 دانلود سورس کد (Github)
📎 دانلود مقاله (pdf)
📷 High-Quality Image Restoration Following Human Instructions
📄Given an image and a prompt for how to improve that image, our all-in-one restoration model corrects the image considering the prompt.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🪄 این مدل تصاویر رو با کیفیت بالا و طبق پرامپت ورودی شما اصلاح و بازیابی میکنه.
💻 دانلود سورس کد (Github)
📎 دانلود مقاله (pdf)
📷 High-Quality Image Restoration Following Human Instructions
📄Given an image and a prompt for how to improve that image, our all-in-one restoration model corrects the image considering the prompt.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🔥5👍3👨💻1
#هوش_مصنوعی #نکته
🎥 استارتاپ آلمانی Brighter AI مدلی رو توسعه داده که تصاویر چهره افراد و پلاک خودروها رو به جای مات کردن، به دادههای فیک تغییر میده.
💎 اپل قصد داره این استارتاپ رو برای استفاده در تولیدات خودش خریداری کنه.
📄 Brighter AI and Deep Natural Anonymization protects personal information in images with artificial replacements. It is the only video redaction solution compatible with analytics and machine learning.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🎥 استارتاپ آلمانی Brighter AI مدلی رو توسعه داده که تصاویر چهره افراد و پلاک خودروها رو به جای مات کردن، به دادههای فیک تغییر میده.
💎 اپل قصد داره این استارتاپ رو برای استفاده در تولیدات خودش خریداری کنه.
📄 Brighter AI and Deep Natural Anonymization protects personal information in images with artificial replacements. It is the only video redaction solution compatible with analytics and machine learning.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
👍13🔥8❤4🤩3🎉2
#هوش_مصنوعی #مقاله #سورس_کد
🤵♂ تشخیص احساسات از روی چهره
💡 نتایج نشون میده که مدل MFN نسبت به مدل ResNet50، برای تشخیص احساسات، روی بخشهای خاصتری از چهره تمرکز میکنه.
💻 دانلود سورس کد (Github)
📎 دانلود مقاله (pdf)
📄 This paper presents an innovative network called the Dual-Direction Attention Mixed Feature Network (DDAMFN) specifically designed for facial expression recognition.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🤵♂ تشخیص احساسات از روی چهره
💡 نتایج نشون میده که مدل MFN نسبت به مدل ResNet50، برای تشخیص احساسات، روی بخشهای خاصتری از چهره تمرکز میکنه.
💻 دانلود سورس کد (Github)
📎 دانلود مقاله (pdf)
📄 This paper presents an innovative network called the Dual-Direction Attention Mixed Feature Network (DDAMFN) specifically designed for facial expression recognition.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
👍3🆒3❤1
#هوش_مصنوعی #نکته
💻 بهترین ابزارهای معرفی شده برای تشخیص دادههای دیپ فیک
💎 Best Deepfake Detector Tools
1⃣ Sentinel
2⃣ Intel's Real-Time Deepfake
3⃣ WeVerify
4⃣ Microsoft’s Video Authenticator
5⃣ Deepfake Detection
🔻share with your friends🔻
🔹@OpenCV_olc🔹
💻 بهترین ابزارهای معرفی شده برای تشخیص دادههای دیپ فیک
💎 Best Deepfake Detector Tools
1⃣ Sentinel
2⃣ Intel's Real-Time Deepfake
3⃣ WeVerify
4⃣ Microsoft’s Video Authenticator
5⃣ Deepfake Detection
🔻share with your friends🔻
🔹@OpenCV_olc🔹
👍7
#کتاب #Book #هوش_مصنوعی
📚 بهترین کتابهای یادگیری ماشین (2)
📖 The best books for ML
1⃣ Pattern Recognition and Machine Learning - Christopher M. Bishop 2007
2⃣ Neural Networks for Pattern Recognition - Ch M. Bishop 1995
3⃣ Probabilistic Graphical Models: Principles and Techniques - Daphne Koller and Nir Friedman 2009
4⃣ Pattern Classification - Peter. Hart, D. Stork, and Richard O. Duda 2000
5⃣ Machine Learning - Mitchell 1997
🔻share with your friends🔻
🔹@OpenCV_olc🔹
📚 بهترین کتابهای یادگیری ماشین (2)
📖 The best books for ML
1⃣ Pattern Recognition and Machine Learning - Christopher M. Bishop 2007
2⃣ Neural Networks for Pattern Recognition - Ch M. Bishop 1995
3⃣ Probabilistic Graphical Models: Principles and Techniques - Daphne Koller and Nir Friedman 2009
4⃣ Pattern Classification - Peter. Hart, D. Stork, and Richard O. Duda 2000
5⃣ Machine Learning - Mitchell 1997
🔻share with your friends🔻
🔹@OpenCV_olc🔹
👍5🔥2🗿1
#هوش_مصنوعی #نکته
💻 تشخیص ویدیوهای دیپ فیک
🌍 از سایت زیر میتونین یک ویدیو یا صوت رو چک کنین که آیا دیپ فیک هست یا واقعی؟!
💎 Deepfake Detector Tool
📎 https://deepfakedetector.ai/
🔻share with your friends🔻
🔹@OpenCV_olc🔹
💻 تشخیص ویدیوهای دیپ فیک
🌍 از سایت زیر میتونین یک ویدیو یا صوت رو چک کنین که آیا دیپ فیک هست یا واقعی؟!
💎 Deepfake Detector Tool
📎 https://deepfakedetector.ai/
🔻share with your friends🔻
🔹@OpenCV_olc🔹
👍2🔥2💯2🤓1
#سورس_کد #پایتون
📑 تبدیل pdf به فایل متنی با پایتون
💻 Convert pdf to text in python
🔻share with your friends🔻
🔹@OpenCV_olc🔹
📑 تبدیل pdf به فایل متنی با پایتون
💻 Convert pdf to text in python
import PyPDF2
pdfFileObj = open('example.pdf', 'rb')
pdfReader = PyPDF2.PdfFileReader(pdfFileObj)
pageObj = pdfReader.getPage(0)
texts = pageObj.extractText()
print(texts)
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🔥16👍6❤4👨💻2
#سورس_کد #پایتون
🎙 خواندن و پردازش فایل صوتی با پایتون
🎚 در این کد با کمک ماژول pydub ابتدا یک فایل صوتی فراخوانی شده و سپس ولوم اون 18 واحد افزایش پیدا کرده و ذخیره میشه.
🎙 Reading the mp3 audio file and adjusting the volume in python
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🎙 خواندن و پردازش فایل صوتی با پایتون
🎚 در این کد با کمک ماژول pydub ابتدا یک فایل صوتی فراخوانی شده و سپس ولوم اون 18 واحد افزایش پیدا کرده و ذخیره میشه.
🎙 Reading the mp3 audio file and adjusting the volume in python
from pydub import AudioSegment
audio_file = AudioSegment.from_mp3("example.mp3")
louder_audio_file = audio_file + 18
louder_audio_file.export("example_louder.mp3", format="mp3")
🔻share with your friends🔻
🔹@OpenCV_olc🔹
❤5👍3😍2
#سورس_کد #پایتون #پردازش_تصویر
📷 فشردهسازی تصویر با پایتون
📄 گاهی اوقات نیاز میشه که تصاویر رو به صورت فشرده ذخیرهسازی کنیم. کتابخونه PIL به راحتی میتونه تصویر شما رو تا یکهشتم سایز اولیه فشردهسازی و ذخیره کنه.
💾 Compressing image in python
🔻share with your friends🔻
🔹@OpenCV_olc🔹
📷 فشردهسازی تصویر با پایتون
📄 گاهی اوقات نیاز میشه که تصاویر رو به صورت فشرده ذخیرهسازی کنیم. کتابخونه PIL به راحتی میتونه تصویر شما رو تا یکهشتم سایز اولیه فشردهسازی و ذخیره کنه.
💾 Compressing image in python
from PIL import Image
file_path = "image_uncompressed.jpg"
img = Image.open(file_path)
height, width = img.size
compressed = img.resize((height, width), Image.ANTIALIAS)
compressed.save("image_compressed.jpg", optimize=True,quality=9)
🔻share with your friends🔻
🔹@OpenCV_olc🔹
👍5❤2🔥1👨💻1
#مقاله #سورس_کد #هوش_مصنوعی
📃 بهترین مقالات یادگیری ماشین
📄 Top 10 ML Papers
1⃣ PaLM-E - (paper | demo)
2⃣ Prismer - (paper | code)
3⃣ Visual ChatGPT - (paper | code)
4⃣ A History of Generative AI (paper)
5⃣ LLM In-Context Learning - (paper)
6⃣ Foundation Models - (paper)
7⃣ Hyena Hierarchy - (paper | code)
8⃣ OpenICL - (paper | code)
9⃣ MathPrompter - (paper)
🔟 GigaGAN - (paper | demo)
🔻share with your friends🔻
🔹@OpenCV_olc🔹
📃 بهترین مقالات یادگیری ماشین
📄 Top 10 ML Papers
1⃣ PaLM-E - (paper | demo)
2⃣ Prismer - (paper | code)
3⃣ Visual ChatGPT - (paper | code)
4⃣ A History of Generative AI (paper)
5⃣ LLM In-Context Learning - (paper)
6⃣ Foundation Models - (paper)
7⃣ Hyena Hierarchy - (paper | code)
8⃣ OpenICL - (paper | code)
9⃣ MathPrompter - (paper)
🔟 GigaGAN - (paper | demo)
🔻share with your friends🔻
🔹@OpenCV_olc🔹
👍4❤2🔥1