Forwarded from Machine Learning with Python
π 23 Years of SPOTO β Claim Your Free IT Certs Prep Kit!
π₯Whether you're preparing for #Python, #AI, #Cisco, #PMI, #Fortinet, #AWS, #Azure, #Excel, #comptia, #ITIL, #cloud or any other in-demand certification β SPOTO has got you covered!
β Free Resources :
γ»Free Python, Excel, Cyber Security, Cisco, SQL, ITIL, PMP, AWS courses: https://bit.ly/4lk4m3c
γ»IT Certs E-book: https://bit.ly/4bdZOqt
γ»IT Exams Skill Test: https://bit.ly/4sDvi0b
γ»Free AI material and support tools: https://bit.ly/46TpsQ8
γ»Free Cloud Study Guide: https://bit.ly/4lk3dIS
π Join SPOTO 23rd anniversary Lucky Draw:
π± iPhone 17
πfree order
π Amazon Gift Card $50/$100
π AI/CCNA/PMP Course Training + Study Material + eBook
Enter the Draw π: https://bit.ly/3NwkceD
π Become Part of Our IT Learning Circle! resources and support:
https://chat.whatsapp.com/Cnc5M5353oSBo3savBl397
π¬ Want exam help? Chat with an admin now!
wa.link/rozuuw
β°Last Chance β Get It Before Itβs Gone!
π₯Whether you're preparing for #Python, #AI, #Cisco, #PMI, #Fortinet, #AWS, #Azure, #Excel, #comptia, #ITIL, #cloud or any other in-demand certification β SPOTO has got you covered!
β Free Resources :
γ»Free Python, Excel, Cyber Security, Cisco, SQL, ITIL, PMP, AWS courses: https://bit.ly/4lk4m3c
γ»IT Certs E-book: https://bit.ly/4bdZOqt
γ»IT Exams Skill Test: https://bit.ly/4sDvi0b
γ»Free AI material and support tools: https://bit.ly/46TpsQ8
γ»Free Cloud Study Guide: https://bit.ly/4lk3dIS
π Join SPOTO 23rd anniversary Lucky Draw:
π± iPhone 17
πfree order
π Amazon Gift Card $50/$100
π AI/CCNA/PMP Course Training + Study Material + eBook
Enter the Draw π: https://bit.ly/3NwkceD
π Become Part of Our IT Learning Circle! resources and support:
https://chat.whatsapp.com/Cnc5M5353oSBo3savBl397
π¬ Want exam help? Chat with an admin now!
wa.link/rozuuw
β°Last Chance β Get It Before Itβs Gone!
β€1
π₯ Trending Repository: AstrBot
π Description: Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. β¨
π Repository URL: https://github.com/AstrBotDevs/AstrBot
π Website: https://astrbot.app
π Readme: https://github.com/AstrBotDevs/AstrBot#readme
π Statistics:
π Stars: 20.7k
π Watchers: 64
π΄ Forks: 1.5k
π» Programming Languages: Python - Vue - TypeScript - JavaScript - Shell - SCSS
π·οΈ Related Topics:
==================================
π§ By: https://t.me/DataScienceM
π Description: Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. β¨
π Repository URL: https://github.com/AstrBotDevs/AstrBot
π Website: https://astrbot.app
π Readme: https://github.com/AstrBotDevs/AstrBot#readme
π Statistics:
π Stars: 20.7k
π Watchers: 64
π΄ Forks: 1.5k
π» Programming Languages: Python - Vue - TypeScript - JavaScript - Shell - SCSS
π·οΈ Related Topics:
#python #agent #docker #ai #telegram #discord #mcp #chatbot #gemini #openai #llama #qq #gpt #qqbot #llm #chatgpt
==================================
π§ By: https://t.me/DataScienceM
β€2
Forwarded from Machine Learning with Python
π 23 Years of SPOTO β Claim Your Free IT Certs Prep Kit!
π₯Whether you're preparing for #Python, #AI, #Cisco, #PMI, #Fortinet, #AWS, #Azure, #Excel, #comptia, #ITIL, #cloud or any other in-demand certification β SPOTO has got you covered!
β Free Resources :
γ»Free Python, Excel, Cyber Security, Cisco, SQL, ITIL, PMP, AWS courses: https://bit.ly/4lk4m3c
γ»IT Certs E-book: https://bit.ly/4bdZOqt
γ»IT Exams Skill Test: https://bit.ly/4sDvi0b
γ»Free AI material and support tools: https://bit.ly/46TpsQ8
γ»Free Cloud Study Guide: https://bit.ly/4lk3dIS
π Become Part of Our IT Learning Circle! resources and support:
https://chat.whatsapp.com/Cnc5M5353oSBo3savBl397
π¬ Want exam help? Chat with an admin now!
wa.link/rozuuw
π₯Whether you're preparing for #Python, #AI, #Cisco, #PMI, #Fortinet, #AWS, #Azure, #Excel, #comptia, #ITIL, #cloud or any other in-demand certification β SPOTO has got you covered!
β Free Resources :
γ»Free Python, Excel, Cyber Security, Cisco, SQL, ITIL, PMP, AWS courses: https://bit.ly/4lk4m3c
γ»IT Certs E-book: https://bit.ly/4bdZOqt
γ»IT Exams Skill Test: https://bit.ly/4sDvi0b
γ»Free AI material and support tools: https://bit.ly/46TpsQ8
γ»Free Cloud Study Guide: https://bit.ly/4lk3dIS
π Become Part of Our IT Learning Circle! resources and support:
https://chat.whatsapp.com/Cnc5M5353oSBo3savBl397
π¬ Want exam help? Chat with an admin now!
wa.link/rozuuw
β€1
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.me/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1
π₯ Trending Repository: sherlock
π Description: Hunt down social media accounts by username across social networks
π Repository URL: https://github.com/sherlock-project/sherlock
π Website: https://sherlockproject.xyz
π Readme: https://github.com/sherlock-project/sherlock#readme
π Statistics:
π Stars: 74.3k
π Watchers: 1.2k
π΄ Forks: 8.8k
π» Programming Languages: Python - Dockerfile - Shell
π·οΈ Related Topics:
==================================
π§ By: https://t.me/DataScienceM
π Description: Hunt down social media accounts by username across social networks
π Repository URL: https://github.com/sherlock-project/sherlock
π Website: https://sherlockproject.xyz
π Readme: https://github.com/sherlock-project/sherlock#readme
π Statistics:
π Stars: 74.3k
π Watchers: 1.2k
π΄ Forks: 8.8k
π» Programming Languages: Python - Dockerfile - Shell
π·οΈ Related Topics:
#python #linux #cli #osint #tools #sherlock #python3 #forensics #cybersecurity #infosec #pentesting #cti #hacktoberfest #information_gathering #reconnaissance #redteam
==================================
π§ By: https://t.me/DataScienceM
π₯2026 New IT Certification Prep Kit β Free!
SPOTO cover: #Python #AI #Cisco #PMI #Fortinet #AWS #Azure #Excel #CompTIA #ITIL #Cloud + more
β Grab yours free kit now:
β’ Free Courses (Python, Excel, Cyber Security, Cisco, SQL, ITIL, PMP, AWS)
π https://bit.ly/3Ogtn3i
β’ IT Certs E-book
π https://bit.ly/41KZlru
β’ IT Exams Skill Test
π https://bit.ly/4ve6ZbC
β’ Free AI Materials & Support Tools
π https://bit.ly/4vagTuw
β’ Free Cloud Study Guide
π https://bit.ly/4c3BZCh
π¬ Need exam help? Contact admin: wa.link/w6cems
β Join our IT community: get free study materials, exam tips & peer support
https://chat.whatsapp.com/BiazIVo5RxfKENBv10F444
SPOTO cover: #Python #AI #Cisco #PMI #Fortinet #AWS #Azure #Excel #CompTIA #ITIL #Cloud + more
β Grab yours free kit now:
β’ Free Courses (Python, Excel, Cyber Security, Cisco, SQL, ITIL, PMP, AWS)
π https://bit.ly/3Ogtn3i
β’ IT Certs E-book
π https://bit.ly/41KZlru
β’ IT Exams Skill Test
π https://bit.ly/4ve6ZbC
β’ Free AI Materials & Support Tools
π https://bit.ly/4vagTuw
β’ Free Cloud Study Guide
π https://bit.ly/4c3BZCh
π¬ Need exam help? Contact admin: wa.link/w6cems
β Join our IT community: get free study materials, exam tips & peer support
https://chat.whatsapp.com/BiazIVo5RxfKENBv10F444
β€2
π₯ Trending Repository: GenericAgent
π Description: Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token consumption
π Repository URL: https://github.com/lsdefine/GenericAgent
π Website: https://github.com/lsdefine/GenericAgent
π Readme: https://github.com/lsdefine/GenericAgent#readme
π Statistics:
π Stars: 1.5k
π Watchers: 6
π΄ Forks: 214
π» Programming Languages: Python - JavaScript
π·οΈ Related Topics:
==================================
π§ By: https://t.me/DataScienceM
π Description: Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token consumption
π Repository URL: https://github.com/lsdefine/GenericAgent
π Website: https://github.com/lsdefine/GenericAgent
π Readme: https://github.com/lsdefine/GenericAgent#readme
π Statistics:
π Stars: 1.5k
π Watchers: 6
π΄ Forks: 214
π» Programming Languages: Python - JavaScript
π·οΈ Related Topics:
#python #lightweight #automation #gemini #desktop_automation #task_automation #browser_automation #skill_tree #claude #computer_control #autonomous_agent #ai_agent #llm_agent #memory_system #self_evolving
==================================
π§ By: https://t.me/DataScienceM
π₯ Trending Repository: FinceptTerminal
π Description: FinceptTerminal is a modern finance application offering advanced market analytics, investment research, and economic data tools, designed for interactive exploration and data-driven decision-making in a user-friendly environment.
π Repository URL: https://github.com/Fincept-Corporation/FinceptTerminal
π Website: https://fincept.in
π Readme: https://github.com/Fincept-Corporation/FinceptTerminal#readme
π Statistics:
π Stars: 5.1k
π Watchers: 55
π΄ Forks: 858
π» Programming Languages: Python - C++ - CMake - Shell - Qt Script - PowerShell
π·οΈ Related Topics:
==================================
π§ By: https://t.me/DataScienceM
π Description: FinceptTerminal is a modern finance application offering advanced market analytics, investment research, and economic data tools, designed for interactive exploration and data-driven decision-making in a user-friendly environment.
π Repository URL: https://github.com/Fincept-Corporation/FinceptTerminal
π Website: https://fincept.in
π Readme: https://github.com/Fincept-Corporation/FinceptTerminal#readme
π Statistics:
π Stars: 5.1k
π Watchers: 55
π΄ Forks: 858
π» Programming Languages: Python - C++ - CMake - Shell - Qt Script - PowerShell
π·οΈ Related Topics:
#python #finance #machine_learning #opensource #foss #investing #stock_market #help_wanted #stocks #quantitative_finance #investment #financial_markets #contributions_welcome #bloomberg_terminal #good_first_issue #investment_research
==================================
π§ By: https://t.me/DataScienceM
β€2
π₯ Trending Repository: maigret
π Description: π΅οΈββοΈ Collect a dossier on a person by username from 3000+ sites
π Repository URL: https://github.com/soxoj/maigret
π Website: https://maigret.readthedocs.io
π Readme: https://github.com/soxoj/maigret#readme
π Statistics:
π Stars: 19.8k
π Watchers: 121
π΄ Forks: 1.4k
π» Programming Languages: Python - HTML - Go Template - Batchfile - Makefile - Jupyter Notebook
π·οΈ Related Topics:
==================================
π§ By: https://t.me/DataScienceM
π Description: π΅οΈββοΈ Collect a dossier on a person by username from 3000+ sites
π Repository URL: https://github.com/soxoj/maigret
π Website: https://maigret.readthedocs.io
π Readme: https://github.com/soxoj/maigret#readme
π Statistics:
π Stars: 19.8k
π Watchers: 121
π΄ Forks: 1.4k
π» Programming Languages: Python - HTML - Go Template - Batchfile - Makefile - Jupyter Notebook
π·οΈ Related Topics:
#python #cli #open_source #osint #social_network #scraping #sherlock #python3 #cybersecurity #identification #infosec #pentesting #blueteam #investigation #reconnaissance #redteam #osint_framework #socmint #osint_python #namechecker
==================================
π§ By: https://t.me/DataScienceM
Forwarded from Machine Learning with Python
π‘ Level Up Your IT Career in 2026 β For FREE
Areas covered: #Python #AI #Cisco #PMP #Fortinet #AWS #Azure #Excel #CompTIA #ITIL #Cloud + more
π Download each free resource here:
β’ Free Courses (Python, Excel, Cyber Security, Cisco, SQL, ITIL, PMP, AWS)
πhttps://bit.ly/4ejSFbz
β’ IT Certs E-book
π https://bit.ly/42y8owh
β’ IT Exams Skill Test
π https://bit.ly/42kp7Dv
β’ Free AI Materials & Support Tools
π https://bit.ly/3QEfWek
β’ Free Cloud Study Guide
πhttps://bit.ly/4u8Zb9r
π² Need exam help? Contact admin: wa.link/40f942
π¬ Join our study group (free tips & support): https://chat.whatsapp.com/K3n7OYEXgT1CHGylN6fM5a
Areas covered: #Python #AI #Cisco #PMP #Fortinet #AWS #Azure #Excel #CompTIA #ITIL #Cloud + more
π Download each free resource here:
β’ Free Courses (Python, Excel, Cyber Security, Cisco, SQL, ITIL, PMP, AWS)
πhttps://bit.ly/4ejSFbz
β’ IT Certs E-book
π https://bit.ly/42y8owh
β’ IT Exams Skill Test
π https://bit.ly/42kp7Dv
β’ Free AI Materials & Support Tools
π https://bit.ly/3QEfWek
β’ Free Cloud Study Guide
πhttps://bit.ly/4u8Zb9r
π² Need exam help? Contact admin: wa.link/40f942
π¬ Join our study group (free tips & support): https://chat.whatsapp.com/K3n7OYEXgT1CHGylN6fM5a
β€2