Data Science Jupyter Notebooks
12.7K subscribers
330 photos
50 videos
9 files
1.17K 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
⚡️ Running DeepSeek on our computer using Python

Do you want an LLM on your computer: to work offline, not leak data, and seamlessly integrate into a bot? Then let's take DeepSeek Coder and get started!

⚙️ Installing dependencies:
pip install -U transformers accelerate torch


▶️ Example code:
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch

model_name = "deepseek-ai/deepseek-coder-6.7b-base"

tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(
    model_name,
    trust_remote_code=True,
    torch_dtype=torch.float16,   # if the GPU supports fp16
    device_map="auto"            # if there's a GPU — it will use it
)
model.eval()

prompt = "Write a Telegram feedback bot on aiogram"

inputs = tokenizer(prompt, return_tensors="pt")
device = next(model.parameters()).device
inputs = {k: v.to(device) for k, v in inputs.items()}

with torch.inference_mode():
    outputs = model.generate(
        **inputs,
        max_new_tokens=180,
        do_sample=True,      # IMPORTANT: otherwise the temperature doesn't affect
        temperature=0.7,
        top_p=0.9
    )

print(tokenizer.decode(outputs[0], skip_special_tokens=True))


Advantages:
— works locally (after downloading the weights);
— easily integrates into Telegram/Discord/CLI;
— can be accelerated on the GPU via device_map="auto".

If memory is limited — there are quantized versions (4bit/8bit) and GGUF.

👍 Saving

#python #soft #code
Please open Telegram to view this post
VIEW IN TELEGRAM
1
🔥 Trending Repository: nautilus_trader

📝 Description: A high-performance algorithmic trading platform and event-driven backtester

🔗 Repository URL: https://github.com/nautechsystems/nautilus_trader

🌐 Website: https://nautilustrader.io

📖 Readme: https://github.com/nautechsystems/nautilus_trader#readme

📊 Statistics:
🌟 Stars: 17.7K stars
👀 Watchers: 172
🍴 Forks: 2.1K forks

💻 Programming Languages: Rust - Python - Cython - Shell - C - Cap'n Proto

🏷️ Related Topics:
#python #rust #machine_learning #trading #forex #artificial_intelligence #trading_platform #algorithmic_trading_engine #sports_betting #options_trading #crypto_trading #equity_trading #futures_trading


==================================
🧠 By: https://t.iss.one/DataScienceM
1
🔥 Trending Repository: VoxCPM

📝 Description: VoxCPM: Tokenizer-Free TTS for Context-Aware Speech Generation and True-to-Life Voice Cloning

🔗 Repository URL: https://github.com/OpenBMB/VoxCPM

📖 Readme: https://github.com/OpenBMB/VoxCPM#readme

📊 Statistics:
🌟 Stars: 4.4K stars
👀 Watchers: 41
🍴 Forks: 529 forks

💻 Programming Languages: Python

🏷️ Related Topics:
#audio #python #text_to_speech #speech #pytorch #tts #speech_synthesis #deeplearning #voice_cloning #tts_model #minicpm


==================================
🧠 By: https://t.iss.one/DataScienceM
1
🔥 Trending Repository: Data-Science-For-Beginners

📝 Description: 10 Weeks, 20 Lessons, Data Science for All!

🔗 Repository URL: https://github.com/microsoft/Data-Science-For-Beginners

📖 Readme: https://github.com/microsoft/Data-Science-For-Beginners#readme

📊 Statistics:
🌟 Stars: 31.9K stars
👀 Watchers: 513
🍴 Forks: 6.8K forks

💻 Programming Languages: Jupyter Notebook

🏷️ Related Topics:
#python #data_science #pandas #data_visualization #data_analysis #microsoft_for_beginners


==================================
🧠 By: https://t.iss.one/DataScienceM
1
🔥 Trending Repository: browser-use

📝 Description: 🌐 Make websites accessible for AI agents. Automate tasks online with ease.

🔗 Repository URL: https://github.com/browser-use/browser-use

🌐 Website: https://browser-use.com

📖 Readme: https://github.com/browser-use/browser-use#readme

📊 Statistics:
🌟 Stars: 76.2K stars
👀 Watchers: 404
🍴 Forks: 9.1K forks

💻 Programming Languages: Python

🏷️ Related Topics:
#python #browser_automation #ai_agents #playwright #ai_tools #llm #browser_use


==================================
🧠 By: https://t.iss.one/DataScienceM
1
🔥 Trending Repository: flowsint

📝 Description: A modern platform for visual, flexible, and extensible graph-based investigations. For cybersecurity analysts and investigators.

🔗 Repository URL: https://github.com/reconurge/flowsint

🌐 Website: https://flowsint.io

📖 Readme: https://github.com/reconurge/flowsint#readme

📊 Statistics:
🌟 Stars: 2K stars
👀 Watchers: 25
🍴 Forks: 257 forks

💻 Programming Languages: TypeScript - Python - CSS - JavaScript - Makefile - Dockerfile

🏷️ Related Topics:
#python #osint #recon #investigation


==================================
🧠 By: https://t.iss.one/DataScienceM
🔥 Trending Repository: calibre

📝 Description: The official source code repository for the calibre ebook manager

🔗 Repository URL: https://github.com/kovidgoyal/calibre

🌐 Website: https://calibre-ebook.com

📖 Readme: https://github.com/kovidgoyal/calibre#readme

📊 Statistics:
🌟 Stars: 23.5K stars
👀 Watchers: 385
🍴 Forks: 2.5K forks

💻 Programming Languages: Python - C - C++ - HTML - Shell - XSLT

🏷️ Related Topics:
#python #ebook #epub #kindle #ebook_manager #calibre #ebook_reader #ebooks #ebook_formats #epub_generation


==================================
🧠 By: https://t.iss.one/DataScienceM
🎯 Want to Upskill in IT? Try Our FREE 2026 Learning Kits!

SPOTO gives you free, instant access to high-quality, updated resources that help you study smarter and pass exams faster.
Latest Exam Materials:
Covering #Python, #Cisco, #PMI, #Fortinet, #AWS, #Azure, #AI, #Excel, #comptia, #ITIL, #cloud & more!
100% Free, No Sign-up:
All materials are instantly downloadable

What’s Inside:
📘IT Certs E-book: https://bit.ly/3Mlu5ez
📝IT Exams Skill Test: https://bit.ly/3NVrgRU
🎓Free IT courses: https://bit.ly/3M9h5su
🤖Free PMP Study Guide: https://bit.ly/4te3EIn
☁️Free Cloud Study Guide: https://bit.ly/4kgFVDs

👉 Become Part of Our IT Learning Circle! resources and support:
https://chat.whatsapp.com/FlG2rOYVySLEHLKXF3nKGB

💬 Want exam help? Chat with an admin now!
wa.link/8fy3x4
3
🔥 Trending Repository: hummingbot

📝 Description: Open source software that helps you create and deploy high-frequency crypto trading bots

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

🌐 Website: https://hummingbot.org

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

📊 Statistics:
🌟 Stars: 16.2K stars
👀 Watchers: 188
🍴 Forks: 4.4K forks

💻 Programming Languages: Python - Cython - C++ - Shell - Makefile - Dockerfile

🏷️ Related Topics:
#python #bot #docker #crypto #bitcoin #trading #cython #ethereum #cryptocurrency #algotrading #hft #arbitrage #dex #orderbook #backtesting #marketmaking


==================================
🧠 By: https://t.iss.one/DataScienceM
This media is not supported in your browser
VIEW IN TELEGRAM
🔖 An excellent resource for learning about neural networks

We're sharing a cool resource for learning about neural networks, offering clear, step-by-step instruction with dynamic visualizations and easy-to-understand explanations.

In addition, you'll find many other useful materials on machine learning on the site.

Find and use it — https://mlu-explain.github.io/neural-networks/

tags: #AI #ML #PYTHON

@CODEPROGRAMMER
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥 Trending Repository: RAG_Techniques

📝 Description: This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. RAG systems combine information retrieval with generative models to provide accurate and contextually rich responses.

🔗 Repository URL: https://github.com/NirDiamant/RAG_Techniques

📖 Readme: https://github.com/NirDiamant/RAG_Techniques#readme

📊 Statistics:
🌟 Stars: 25K stars
👀 Watchers: 243
🍴 Forks: 2.9K forks

💻 Programming Languages: Jupyter Notebook - Python

🏷️ Related Topics:
#python #ai #tutorials #rag #llm #llms #langchain #llama_index #opeani


==================================
🧠 By: https://t.iss.one/DataScienceM
🔥 Trending Repository: composio

📝 Description: Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling

🔗 Repository URL: https://github.com/ComposioHQ/composio

🌐 Website: https://docs.composio.dev

📖 Readme: https://github.com/ComposioHQ/composio#readme

📊 Statistics:
🌟 Stars: 26.6K stars
👀 Watchers: 61
🍴 Forks: 4.4K forks

💻 Programming Languages: TypeScript - Python - MDX - Shell - JavaScript - CSS

🏷️ Related Topics:
#javascript #python #typescript #ai #js #mcp #sse #developer_tools #agents #ai_agents #gpt_4 #llm #llmops #function_calling #aiagents #agentic_ai #remote_mcp_server


==================================
🧠 By: https://t.iss.one/DataScienceM
🔥 Trending Repository: posthog

📝 Description: 🦔 PostHog is an all-in-one developer platform for building successful products. We offer product analytics, web analytics, session replay, error tracking, feature flags, experimentation, surveys, data warehouse, a CDP, and an AI product assistant to help debug your code, ship features faster, and keep all your usage and customer data in one stack.

🔗 Repository URL: https://github.com/PostHog/posthog

🌐 Website: https://posthog.com

📖 Readme: https://github.com/PostHog/posthog#readme

📊 Statistics:
🌟 Stars: 31.3K stars
👀 Watchers: 122
🍴 Forks: 2.3K forks

💻 Programming Languages: Python - TypeScript - Rust - JavaScript - C++ - SCSS

🏷️ Related Topics:
#react #javascript #python #typescript #analytics #web_analytics #feature_flags #data_warehouse #ab_testing #surveys #experiments #cdp #product_analytics #session_replay #ai_analytics


==================================
🧠 By: https://t.iss.one/DataScienceM
🔥 Trending Repository: Scrapling

📝 Description: 🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

🔗 Repository URL: https://github.com/D4Vinci/Scrapling

🌐 Website: https://scrapling.readthedocs.io/en/latest/

📖 Readme: https://github.com/D4Vinci/Scrapling#readme

📊 Statistics:
🌟 Stars: 11.9K stars
👀 Watchers: 73
🍴 Forks: 795 forks

💻 Programming Languages: Python - JavaScript - Dockerfile

🏷️ Related Topics:
#python #crawler #data #automation #ai #mcp #scraping #crawling #web_scraper #web_scraping #selectors #xpath #data_extraction #stealth #webscraping #crawling_python #playwright #web_scraping_python #ai_scraping #mcp_server


==================================
🧠 By: https://t.iss.one/DataScienceM
🔥 Trending Repository: deer-flow

📝 Description: An open-source SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skills and subagents, it handles different levels of tasks that could take minutes to hours.

🔗 Repository URL: https://github.com/bytedance/deer-flow

🌐 Website: https://deerflow.tech

📖 Readme: https://github.com/bytedance/deer-flow#readme

📊 Statistics:
🌟 Stars: 20.2K stars
👀 Watchers: 105
🍴 Forks: 2.5K forks

💻 Programming Languages: TypeScript - Python - HTML - CSS - JavaScript - Shell

🏷️ Related Topics:
#nodejs #python #agent #typescript #ai #podcast #multi_agent #superagent #harness #ai_agents #bytedance #llm #langchain #agentic #langgraph #agentic_framework #agentic_workflow #deep_research #langmanus


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

📝 Description: Bash is all you need - A nano Claude Code–like agent, built from 0 to 1

🔗 Repository URL: https://github.com/shareAI-lab/learn-claude-code

🌐 Website: https://learn-claude-agents.vercel.app/en/s01/

📖 Readme: https://github.com/shareAI-lab/learn-claude-code#readme

📊 Statistics:
🌟 Stars: 17.8K stars
👀 Watchers: 121
🍴 Forks: 3.7K forks

💻 Programming Languages: TypeScript - Python - CSS

🏷️ Related Topics:
#python #agent #tutorial #teaching #educational #claude #ai_agent #llm #agent_development #claude_code


==================================
🧠 By: https://t.iss.one/DataScienceM
🔥 Trending Repository: ai-guide

📝 Description: 程序员鱼皮的 AI 资源大全 + Vibe Coding 零基础教程,分享大模型选择指南(DeepSeek / GPT / Gemini / Claude)、最新 AI 资讯、Prompt 提示词大全、AI 知识百科(RAG / MCP / A2A)、AI 编程教程、AI 工具用法(Cursor / Claude Code / OpenClaw / TRAE / Lovable / Agent Skills)、AI 开发框架教程(Spring AI / LangChain)、AI 产品变现指南,帮你快速掌握 AI 技术,走在时代前沿。本项目为开源文档版本,已升级为鱼皮 AI 导航网站

🔗 Repository URL: https://github.com/liyupi/ai-guide

🌐 Website: https://ai.codefather.cn

📖 Readme: https://github.com/liyupi/ai-guide#readme

📊 Statistics:
🌟 Stars: 7.5K stars
👀 Watchers: 50
🍴 Forks: 816 forks

💻 Programming Languages: JavaScript - Vue - TypeScript

🏷️ Related Topics:
#python #algorithm #ai #vue #deep_learning #mcp #artificial_intelligence #gemini #openai #cursor #gpt #claude #vuepress #rag #llm #generative_ai #chatgpt #deepseek #vibe_coding #vibecoding


==================================
🧠 By: https://t.iss.one/DataScienceM
🔥 Trending Repository: Paddle

📝 Description: PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)

🔗 Repository URL: https://github.com/PaddlePaddle/Paddle

🌐 Website: https://www.paddlepaddle.org/

📖 Readme: https://github.com/PaddlePaddle/Paddle#readme

📊 Statistics:
🌟 Stars: 23.6K stars
👀 Watchers: 710
🍴 Forks: 6K forks

💻 Programming Languages: C++ - Python - Cuda - CMake - Shell - C

🏷️ Related Topics:
#python #machine_learning #deep_learning #neural_network #scalability #efficiency #paddlepaddle #distributed_training


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