Forwarded from Machine Learning with Python
A Complete Course to Learn Robotics and Perception
Notebook-based book "Introduction to Robotics and Perception" by Frank Dellaert and Seth Hutchinson
github.com/gtbook/robotics
roboticsbook.org/intro.html
β‘οΈ BEST DATA SCIENCE CHANNELS ON TELEGRAM π
Notebook-based book "Introduction to Robotics and Perception" by Frank Dellaert and Seth Hutchinson
github.com/gtbook/robotics
roboticsbook.org/intro.html
#Robotics #Perception #AI #DeepLearning #ComputerVision #RoboticsCourse #MachineLearning #Education #RoboticsResearch #GitHub
Please open Telegram to view this post
VIEW IN TELEGRAM
π4
This media is not supported in your browser
VIEW IN TELEGRAM
It works like a red team within your system. You describe the task in plain language β then it plans the attack itself, selects tools, and proceeds through the entire process: from reconnaissance to reporting. Without manual fiddling and endless commands.
What it can do in practice:
git clone https://github.com/GH05TCREW/ghostcrew.git
cd ghostcrew
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py
#python #soft #github
Please open Telegram to view this post
VIEW IN TELEGRAM
β€5
#python #soft #github
Please open Telegram to view this post
VIEW IN TELEGRAM
β€6π1
Forwarded from Tech Jobs Hub
If you're testing forms, mockups, or just want to play with data, there's Mimesis β a generator of fake data. Names, emails, addresses, and phone numbers. There's a location setting that allows you to select a country, and the data will be generated accordingly.
from typing import Dict
from mimesis.enums import Gender
from mimesis import Person
def generate_fake_user(locale: str = "es", gender: Gender = Gender.MALE) -> Dict[str, str]:
"""
Generates fake user data based on the locale and gender.
:param locale: The locale (for example, 'ru', 'en', 'es')
:param gender: The gender (Gender.MALE or Gender.FEMALE)
:return: A dictionary with the fake user data
"""
person = Person(locale)
user_data = {
"name": person.full_name(gender=gender),
"height": person.height(),
"phone": person.telephone(),
"occupation": person.occupation(),
}
return user_data
if __name__ == "__main__":
fake_user = generate_fake_user(locale="es", gender=Gender.MALE)
print(fake_user)
{
'name': 'Carlos Herrera',
'height': '1.84',
'phone': '912 475 289',
'occupation': 'Arquitecto'
)ru, πΊπΈ en, πͺπΈ es, etc.) Save it, it'll come in handy
#python #github #interview
Please open Telegram to view this post
VIEW IN TELEGRAM
β€7
Forwarded from Machine Learning with Python
SVFR β a full-fledged framework for restoring faces in videos.
It can:
Essentially, the model takes old or damaged videos and makes them "as if they were shot yesterday". And it's free and open-source.
1. Create an environment
conda create -n svfr python=3.9 -y
conda activate svfr
2. Install PyTorch (for your CUDA)
pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2
3. Install dependencies
pip install -r requirements.txt
4. Download models
conda install git-lfs
git lfs install
git clone https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt models/stable-video-diffusion-img2vid-xt
5. Start processing videos
python infer.py \
--config config/infer.yaml \
--task_ids 0 \
--input_path input.mp4 \
--output_dir results/ \
--crop_face_region
Where task_ids:
*
0 β face enhancement*
1 β colorization*
2 β redrawing damageAn ideal tool if:
#python #soft #github
https://t.iss.one/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€5π2
10 GitHub Repositories for Web Development in Python π
Explore the best Python web development repositories for building APIs, full-stack web apps, dashboards, machine learning demos, internal tools, and interactive Python-based user interfaces. π₯
https://www.kdnuggets.com/10-github-repositories-for-web-development-in-python
#Python #WebDevelopment #GitHub #Coding #API #Tech
β¨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk
βοΈ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
π Level up your AI & Data Science skills with HelloEncyclo β a growing all-in-one platform featuring hands-on courses in LLMs, Deep Learning, MLOps, Data Engineering, and more.
β 13 courses live + 40+ coming soon
π― One access, lifetime updates
π Use code: PRESALE-BOOK-WAVE-2GFG
π https://helloencyclo.com/?ref=HUSSEINSHEIKHO
Explore the best Python web development repositories for building APIs, full-stack web apps, dashboards, machine learning demos, internal tools, and interactive Python-based user interfaces. π₯
https://www.kdnuggets.com/10-github-repositories-for-web-development-in-python
#Python #WebDevelopment #GitHub #Coding #API #Tech
β¨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk
βοΈ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
π Level up your AI & Data Science skills with HelloEncyclo β a growing all-in-one platform featuring hands-on courses in LLMs, Deep Learning, MLOps, Data Engineering, and more.
β 13 courses live + 40+ coming soon
π― One access, lifetime updates
π Use code: PRESALE-BOOK-WAVE-2GFG
π https://helloencyclo.com/?ref=HUSSEINSHEIKHO
π₯ 10 GitHub Repositories to Scrape Almost Any Website
1. Firecrawl
Turns entire websites into clean, AI-ready Markdown or structured data with just a few API calls. Perfect for feeding LLMs. π€
2. Crawl4AI
An open source python crawler built specifically for AI. Extracts clean, structured content optimized for LLMs. π
3. Browser Use
AI Agent that control browsers like a human. It allows an AI agent to dynamically visually navigate, click elements, bypass popups, and extract data. π±οΈ
4. Crawlee
A powerful scraping framework for building fast, reliable crawlers with support for Playwright, Puppeteer, and Cheerio. β‘
5. Scrapy
One of the most popular Python frameworks for large-scale web scraping and crawling projects. π·οΈ
6. MarkItDown
Converts PDFs, Office documents, HTML, and many other file types into clean Markdown for AI workflows. π
7. Scrapling
A modern Python scraping library that combines speed, browser automation, and smart parsing with a simple API. π
8. Skyvern
An AI-powered scraping tool that dynamically solve CAPTCHAs, log into complex portals, and extract data without requiring any pre-defined HTML selectors or XPaths. π
9. AutoScraper
Automatically learns how to extract similar data from web pages by showing it just a few examples. π§
10. curl-impersonate
Makes cURL mimic real browsers like Chrome and Safari to bypass bot detection and access protected websites more reliably. π΅οΈ
π‘ Save this list for your next web scraping or AI automation project.
#WebScraping #AI #GitHub #Python #Automation #LLM
β¨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk
βοΈ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
1. Firecrawl
Turns entire websites into clean, AI-ready Markdown or structured data with just a few API calls. Perfect for feeding LLMs. π€
2. Crawl4AI
An open source python crawler built specifically for AI. Extracts clean, structured content optimized for LLMs. π
3. Browser Use
AI Agent that control browsers like a human. It allows an AI agent to dynamically visually navigate, click elements, bypass popups, and extract data. π±οΈ
4. Crawlee
A powerful scraping framework for building fast, reliable crawlers with support for Playwright, Puppeteer, and Cheerio. β‘
5. Scrapy
One of the most popular Python frameworks for large-scale web scraping and crawling projects. π·οΈ
6. MarkItDown
Converts PDFs, Office documents, HTML, and many other file types into clean Markdown for AI workflows. π
7. Scrapling
A modern Python scraping library that combines speed, browser automation, and smart parsing with a simple API. π
8. Skyvern
An AI-powered scraping tool that dynamically solve CAPTCHAs, log into complex portals, and extract data without requiring any pre-defined HTML selectors or XPaths. π
9. AutoScraper
Automatically learns how to extract similar data from web pages by showing it just a few examples. π§
10. curl-impersonate
Makes cURL mimic real browsers like Chrome and Safari to bypass bot detection and access protected websites more reliably. π΅οΈ
π‘ Save this list for your next web scraping or AI automation project.
#WebScraping #AI #GitHub #Python #Automation #LLM
β¨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk
βοΈ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
Telegram
AI PYTHON π
Youβve been invited to add the folder βAI PYTHON πβ, which includes 15 chats.
β€5
π± Awesome Python Typing β Everything for Learning Typing in Python! πβ¨
If you want to understand type annotations in Python, this repository is definitely worth saving. It contains the best articles, books, tools, libraries, and other materials dedicated to typing and its use in real-world projects. π»π
Here's the link: GitHub π±
https://github.com/typeddjango/awesome-python-typing
#Python #Typing #TypeAnnotations #Programming #Developer #GitHub
β¨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk
βοΈ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
If you want to understand type annotations in Python, this repository is definitely worth saving. It contains the best articles, books, tools, libraries, and other materials dedicated to typing and its use in real-world projects. π»π
Here's the link: GitHub π±
https://github.com/typeddjango/awesome-python-typing
https://github.com/typeddjango/awesome-python-typing
#Python #Typing #TypeAnnotations #Programming #Developer #GitHub
β¨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk
βοΈ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A