Data Science Jupyter Notebooks
12.7K subscribers
335 photos
52 videos
9 files
1.18K links
Explore the world of Data Science through Jupyter Notebooks—insights, tutorials, and tools to boost your data journey. Code, analyze, and visualize smarter with every post.
Download Telegram
⚡️ Claude Code for free - a powerful OpenCode analogue has appeared

An open-source agent has been released, which has already gained over 126,000 stars and is almost as capable as the original.

What's inside:
• can automate development from landing pages to complex services
• supports dozens of models: OpenAI, Google, Mistral, local, etc. (70+ providers)
• launches directly from the terminal - without unnecessary overhead
• can be managed even from a phone - you can set tasks on the go

In essence, this is no longer just a tool,
but a full-fledged AI agent for development.

If you're following the trend of vibe-coding - it's a must-try.

https://github.com/anomalyco/opencode
🔥 Trending Repository: production-agentic-rag-course

📝 Description: No description available

🔗 Repository URL: https://github.com/jamwithai/production-agentic-rag-course

📖 Readme: https://github.com/jamwithai/production-agentic-rag-course#readme

📊 Statistics:
🌟 Stars: 4.5k
👀 Watchers: 52
🍴 Forks: 1.2k

💻 Programming Languages: Python - Jupyter Notebook

🏷️ Related Topics: Not available

==================================
🧠 By: https://t.iss.one/DataScienceM
🔥 Trending Repository: everything-claude-code

📝 Description: The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

🔗 Repository URL: https://github.com/affaan-m/everything-claude-code

🌐 Website: https://ecc.tools

📖 Readme: https://github.com/affaan-m/everything-claude-code#readme

📊 Statistics:
🌟 Stars:
👀 Watchers: 515
🍴 Forks:

💻 Programming Languages: JavaScript - Shell - Python - TypeScript

🏷️ Related Topics:
#productivity #mcp #developer_tools #ai_agents #claude #llm #anthropic #claude_code


==================================
🧠 By: https://t.iss.one/DataScienceM
🎁 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
1
🔥 Trending Repository: tinygrad

📝 Description: You like pytorch? You like micrograd? You love tinygrad! ❤️

🔗 Repository URL: https://github.com/tinygrad/tinygrad

📖 Readme: https://github.com/tinygrad/tinygrad#readme

📊 Statistics:
🌟 Stars:
👀 Watchers: 278
🍴 Forks: 4k

💻 Programming Languages: Python - C - Cuda - C++ - Metal - Rust

🏷️ Related Topics: Not available

==================================
🧠 By: https://t.iss.one/DataScienceM
🔥 Trending Repository: obsidian-skills

📝 Description: Agent skills for Obsidian. Teach your agent to use Markdown, Bases, JSON Canvas, and use the CLI.

🔗 Repository URL: https://github.com/kepano/obsidian-skills

📖 Readme: https://github.com/kepano/obsidian-skills#readme

📊 Statistics:
🌟 Stars: 16k
👀 Watchers: 117
🍴 Forks: 925

💻 Programming Languages: Not available

🏷️ Related Topics:
#cli #skills #opencode #obsidian #codex #claude #defuddle #clawdbot #openclaw


==================================
🧠 By: https://t.iss.one/DataScienceM
1
🔥 Trending Repository: awesome-claude-code

📝 Description: A curated list of awesome skills, hooks, slash-commands, agent orchestrators, applications, and plugins for Claude Code by Anthropic

🔗 Repository URL: https://github.com/hesreallyhim/awesome-claude-code

📖 Readme: https://github.com/hesreallyhim/awesome-claude-code#readme

📊 Statistics:
🌟 Stars: 30.4k
👀 Watchers: 224
🍴 Forks: 2.1k

💻 Programming Languages: Python - Makefile

🏷️ Related Topics:
#awesome #awesome_list #awesome_lists #awesome_resources #claude #coding_assistant #llm #ai_workflows #anthropic #anthropic_claude #coding_agents #ai_workflow_optimization #coding_assistants #agent_skills #claude_code #agentic_code #coding_agent #agentic_coding


==================================
🧠 By: https://t.iss.one/DataScienceM
Please open Telegram to view this post
VIEW IN TELEGRAM
Follow the Machine Learning with Python channel on WhatsApp: https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
Please open Telegram to view this post
VIEW IN TELEGRAM
⚡️ Colorizing old black-and-white videos and "bringing faces to life" for FREE

SVFR — a full-fledged framework for restoring faces in videos.

It can:
💬 BFR — improve blurry faces.
💬 Colorization — colorize black-and-white videos.
💬 Inpainting — redraw damaged areas.
💬 and combine all of this in one pass.

Essentially, the model takes old or damaged videos and makes them "as if they were shot yesterday". And it's free and open-source.

⚙️ Installation locally:

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 damage

An ideal tool if:
🟢you're restoring archival videos;
🟢you're creating historical content;
🟢you're working with neural networks and video effects;
🟢you want a wow result without paid services.

▶️ Demo on Hugging Face

♎️ GitHub/Instructions

#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
1
🔥 Trending Repository: editor

📝 Description: No description available

🔗 Repository URL: https://github.com/pascalorg/editor

🌐 Website: https://editor.pascal.app

📖 Readme: https://github.com/pascalorg/editor#readme

📊 Statistics:
🌟 Stars: 4k
👀 Watchers: 43
🍴 Forks: 621

💻 Programming Languages: TypeScript - Shell

🏷️ Related Topics: Not available

==================================
🧠 By: https://t.iss.one/DataScienceM
🔥 Trending Repository: last30days-skill

📝 Description: AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary

🔗 Repository URL: https://github.com/mvanhorn/last30days-skill

📖 Readme: https://github.com/mvanhorn/last30days-skill#readme

📊 Statistics:
🌟 Stars: 4.8k
👀 Watchers: 31
🍴 Forks: 530

💻 Programming Languages: Python - Shell

🏷️ Related Topics:
#instagram #youtube #social_media #twitter #research #reddit #hackernews #trends #claude #web_search #bluesky #recency #tiktok #ai_prompts #polymarket #deep_research #claude_code #ai_skill #openclaw #clawhub


==================================
🧠 By: https://t.iss.one/DataScienceM