Data Science Jupyter Notebooks
12.5K subscribers
315 photos
49 videos
9 files
1.07K 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
2
🔥 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