#ایده_پردازی پردازشتصویر پایتون، opencv، #یادگیری_عمیق،#پادکست🎧 📌تبلیغات: @ADS_OpenCV دانلود کتابهای من📚: https://www.ketabrah.ir/author/52174 دوره پایتون: https://olc.sadjad.ac.ir/?product=دوره-صفر-تا-صد-پایتون-python 📩mh.olyaei@yahoo.com
#سورس_کد #ایده_پردازی #کتاب
💎 ساخت کتاب صوتی با پایتون
📚 با کمک این ایده میتونین متن فایل pdf رو دریافت کنین و با کمک ماژول pyttsx3 به صوت تبدیل کرده و با پسوند mp3 ذخیره کنین.
📗 Create an Audiobook in Python
First PyPDF2 splits the pdf file page by page, then read the text on each page, then send the text to pyttsx3 module to create an audiobook.
import PyPDF2🔻share with your friends🔻
import pyttsx3
pdfReader = PyPDF2.PdfFileReader(open('file.pdf', 'rb'))
speaker = pyttsx3.init()
for page_num in range(pdfReader.numPages):
text = pdfReader.getPage(page_num).extractText()
speaker.say(text)
speaker.runAndWait()
speaker.stop()
engine.save_to_file(text, 'audio.mp3')
engine.runAndWait()
#هوش_مصنوعی #نکته
💻 10 تا از بهترین کتابخانههای بینایی کامپیوتر و پردازش تصویر در پایتون
💎 10 best CV libraries in python
1⃣ OpenCV 2⃣ fastai
3⃣ IPSDK 4⃣ Mahotas
5⃣ Keras 6⃣ Matplotlib
7⃣ Pytes 8⃣ PyTorchCV
9⃣ Scikit 🔟 SimpleCV
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#هوش_مصنوعی #نکته #مقاله
🏆 10 تا از بهترین ابزارهای مبتنی بر هوش مصنوعی که در نوشتن متن، بررسی گرامر، چک کردن شباهت متن و پارافریز متن میتونه بهتون کمک کنه.
📄 Top 10 AI tools that are invaluable for writing, offering efficiency, precision, and enhanced productivity to researchers and students alike.
1⃣ Grammarly 2⃣ Zotero
3⃣ Copyscape 4⃣ Ref-N-Write
5⃣ EndNote 6⃣ Quetext
7⃣ ProWriting 8⃣ Mendeley
9⃣ IBM Wats 🔟 Evernote
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🔴 کاریابی تخصصی برنامهنویسان : معرفی فرصتهای شغلی و کارآموزی
👇👇
@workinja
◌══════◌
📥آموزش تخصصی برنامه نویسی برای همه
👉@Azad_Developers
◌══════◌
📥نابغه کامپیوتر شو!!!!
👉@Computer_Science100
◌══════◌
📥ترفند های خفن و ممنوعه PC
👉@tamirpc_com
◌══════◌
📥کتاب های پایتون | یادگیری ماشین | علم داده
👉@ProgrammingPdf
◌══════◌
📥آموزش شبکه و امنیت
👉@DENAIT
◌══════◌
📥هوش مصنوعی - برنامهنویسی - دادهکاوی
👉@ShabakehMAG
◌══════◌
📥آموزش از برنامهنویسی تا هوش مصنوعی
👉@Python_0to100
◌══════◌
📥هوش مصنوعی | پایتون | سورس کد
👉@OpenCV_olc
◌══════◌
📥 برنامهنویسی در دانشگاه تهران
👉@OxinCode
◌══════◌
📥برنامه نویسی از صفر
👉@Texpert_100
◌══════◌
📥قالب های طراحی وب
👉@Html_Css100
◌══════◌
📥رسانه رسمی هوش مصنوعی دانشگاه تهران
👉@MrArtificialintelligence
◌══════◌
📥لایسنس رایگان برنامه های پولی
👉@nodirani
◌══════◌
📥آموزش 0تا100 برنامه نویسی
👉@HeiltonProgramming
◌══════◌
📥آموزش برنامه نویسی از پایه تا حرفه ای
👉@Computerr_Programming
◌══════◌
📥کتابخانه دانشگاه تهران (آرشیو کتب تخصصی)
👉@eBookOnline
◌══════◌
📥دورههای رایگان به همراه سرتیفیکیت
👉@udemyforever
◌══════◌
📥آموزش نکات طلایی کامپیوتر و موبایل
👉@PcAndMob
◌══════◌
📥جای ICDL توی رزومهات خالی نباشه!
👉@ICDL100
◌══════◌
📥آموزش تولید محتوا و اینستاگرام
👉@Zangedanesh
◌══════◌
#هوش_مصنوعی #مقاله #سورس_کد
🤵♂ تشخیص احساسات از روی چهره
💡 نتایج نشون میده که مدل 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🔹
#مقاله #سورس_کد #هوش_مصنوعی
🪄 این مدل تصاویر رو با کیفیت بالا و طبق پرامپت ورودی شما اصلاح و بازیابی میکنه.
💻 دانلود سورس کد (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🔹
#هوش_مصنوعی #نکته #مقاله
🥇 هوشمصنوعی در یک قدمی مدال طلا
🧠 مدل 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🔹
#هوش_مصنوعی #مقاله #سورس_کد
⚽️ تخمین سهبعدی موقعیت و ژست بدن با کمک پردازش تصویر و هوش مصنوعی
📄 دانلود مقاله (pdf)
👨💻دانلود سورس کد (Github)
⚽️ 3D Pose Estimation and Elevation Motion Analysis through image processing and YOLOV7
🔻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🔹
#نکته #هوش_مصنوعی #سورس_کد
🥇ده تا از بهترین کتابخانههای تحلیل سنتیمنتال
🏆 Top ten Python Libraries for Sentimental Analysis
1⃣ Pattern 2⃣ VADER
3⃣ BERT 4⃣ TextBlob
5⃣ spaCy 6⃣ CoreNLP
7⃣ scikit-learn 8⃣ Polyglot
9⃣ PyTorch 🔟 Flair
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#هوش_مصنوعی #ایده_پردازی
🕊 این سیستم حضور کبوترها رو تشخیص میده و اونها رو از بالکن فراری میده😂
پ. ن: چه کاریه آخه😅
🐦⬛️An automated watering system equipped with deep learning to protect our balcony from unwanted pigeons.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#نکته #سورس_کد
🥇ده تا از بهترین ماژولهای ساخت رابط کاربری گرافیکی (GUI) با پایتون
🏆 Top 10 python modules for creating Graphical user interface (GUI)
1⃣ PyQt5 2⃣ Tkinter 3⃣ Kivy
4⃣ wxPython 5⃣ Libavg
6⃣ PySimpleGUI 7⃣ PyForms
8⃣ PySide2 9⃣ Wax 🔟 PyGUI
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#پادکست #هوش_مصنوعی
🎙جدیترینهای هوش مصنوعی و پردازش تصویر، گفتگو با پژوهشگر متا
🗓 سال انتشار: 2024
🎙AI Trends 2024 - a conversation with Naila, AI researcher at Meta.
1:52 - CV highlights
10:10 - Pix2Video
13:16 - ControlNet
19:39 - ViperGPT
29:53 - Vision + LLMs
36:34 - Top new tools
40:56 - ControlNet
45:30 - Computer vision
53:00 - 2024 predictions
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#مقاله #سورس_کد #هوش_مصنوعی
🧍♂تشخیص موقعیت بدن به صورت سهبعدی
💻 BEDLAM: Bodies Exhibition Detailed Lifelike Animated Motion
💻 دانلود سورس کد (Github)
📄 دانلود مقاله (pdf)
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#ایده_پردازی #هوش_مصنوعی
🛒 تشخیص سرقت و رفتارهای مشکوک در فروشگاه با پردازش تصویر و هوش مصنوعی
📄This system uses image processing and AI to detect suspicious behaviors, such as concealing items from shelves.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
🎊 مدرسه نوروزی شبکه عصبی و یاد گیری عمیق (آنلاین)
ــــــــــــــــــــــــــــــــــــ
⁉️ چرا این دوره:
⬅️ تضمین استخدام داوطبین برتر در سازمان پژوهش های علمی و صنعتی ایران
⬅️ آموزش کامل در 8 روز
⬅️ دوره کاملا مهارتی با اجرای پروژه های واقعی
⬅️ شبکه سازی قوی با متخصصین این حوزه
⬅️ حضور پشتیبان علمی در کلاس ها به صورت همزمان
⬅️ پشتیبانی علمی ۲۴ ساعته
ــــــــــــــــــــــــــــــــــــ
⁉️ مخاطبین این دوره چه کسانی هستند؟
✔️ دانشجویان و فارغ التحصیلان رشته های فنی و مهندسی و علوم پایه
✔️ دانشجویانی که قصد انجام مقالات علمی-پژوهشی را دارند
✔️ دانشجویانی که در آستانه دفاع از پایان نامه هستند
✔️ افرادی که قصد مهاجرت تحصیلی یا کاری دارند
✔️ شاغلین در حوزه هوش مصنوعی
✔️ مدیران ارشد و میانی سازمان ها
✔️ علاقمندان به حوزه هوش مصنوعی به ویژه شبکه های عصبی و یادگیری عمیق
ــــــــــــــــــــــــــــــــــــ
📌 جهت دریافت مشاوره رایگان و اطلاعات تکمیلی؛
از طریق سایت آن آکادمی اقدام نمایید
🌎 httb.ir/XlQtS 👈
ــــــــــــــــــــــــــــــــــــ
02188905269
@onacademy
#هوش_مصنوعی
💎 به تازگی گوگل در کنار مدل قدرتمند جمینای، مدل هوش مصنوعی Gemma را برای انجام کارهای سبکتر مانند خلاصه سازی متون، ویرایش، استفاده در چتباتهای ساده و... معرفی کرد.
📄 A family of lightweight, state-of-the art open models built from the same research and technology used to create the Gemini models.
📎https://ai.google.dev/gemma
🔻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🔹
#هوش_مصنوعی #نکته
🎥 استارتاپ آلمانی 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🔹
#هوش_مصنوعی #ارسالی_از_کاربران
⚽️ تصویر سازی هوشمصنوعی از برد ایران
🇮🇷ایران 2 - 🇯🇵ژاپن 1
پ. ن: بماند به یادگار❤️
📷 Thanks to: Z.Jahani
🔻share with your friends🔻
🔹@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)
#کتاب #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🔹
#سورس_کد
🎮 ساخت بازی حدس عدد با پایتون
🎮 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))
#هوش_مصنوعی #مقاله
🧠 گوگل مدل هوش مصنوعی LUMIERE رو معرفی کرد. این مدل روی بیش از 30 میلیون ویدیو آموزش داده شده و میتونه ویدیوهای باکیفیت و واقعگرایانه تولید کنه.
📎 دانلود مقاله (pdf)
📄 Lumiere, is a time-space diffusion model that transforms text and images into realistic AI-generated videos with on-demand editing capabilities.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#مقاله #هوش_مصنوعی #سورس_کد
🧍♂ تخمین سهبعدی موقعیت بدن
🪩 دانلود مقاله (pdf)
💻 دانلود سورس کد (Github)
Resolving 3D Human Pose Ambiguities with 3D Scene Constraints
📄PROX method revolutionizes human pose estimation by incorporating scene constraints.
🔻share with your friends🔻
🔹@OpenCV_olc🔹
#سورس_کد #FunOpenCV
🖋 تبدیل رشته به متن دستنویس
✒️ Convert text to handwritten
import pywhatkit
pywhatkit.text_to_handwriting('Hello, My Name is Python', save_to='out.png'')
#سورس_کد #FunOpenCV
🪨📄✂ بازی سنگ، کاغذ قیچی با پایتون
🎮 Rock, Paper, Scissors by Python
from random import randint
t = ["Rock", "Paper", "Scissors"]
computer = t[randint(0,2)]
player = False
while player == False:
print("Rock, Paper, Scissors?")
player = input()
if player == computer:
print("Tie!")
elif player == "Rock":
if computer == "Paper":
print("You lose!")
else:
print("You win!")
elif player == "Paper":
if computer == "Scissors":
print("You lose!")
else:
print("You win!")
elif player == "Scissors":
if computer == "Rock":
print("You lose...")
else:
print("You win!")
else:
print("Check your input! ")
player = False
computer = t[randint(0,2)]
#سورس_کد #نکته #FunOpenCV
👨💻 تولید دیتاهای فیک با پایتون
💎 در بعضی از پروژهها نیاز داریم تا اطلاعات اولیه زیادی رو ایجاد کنیم. میتونین با ماژول faker اینکار رو راحت انجام بدین.
👨💻 Generate fake data like name, email, etc with random information
🔻share with your friends🔻
from faker import Faker
fake = Faker()
p = fake.profile()
print(p)
#مقاله #هوش_مصنوعی
💎 ده تا از موثرترین و بهترین مقالات حوزه پردازش تصویر که دید خیلی خوبی بهتون میده.
📄The significant contributions of these ten papers have advanced image processing techniques.
1⃣ AlexNet (2012)
2⃣ VGGNet (2014)
3⃣ ResNet (2015)
4⃣ Faster R-CNN (2015)
5⃣ YOLO (2016)
6⃣ Mask R-CNN (2017)
7⃣ Densely Connected CN (2017)
8⃣ DeepLab (2017)
9⃣ Attention Is All You Need (2017)
🔟 EfficientNet (2019)
🔻share with your friends🔻
🔹@OpenCV_olc🔹