Data Science Jupyter Notebooks
9.8K subscribers
227 photos
26 videos
9 files
493 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
πŸ”₯ Trending Repository: agent-framework

πŸ“ Description: A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET.

πŸ”— Repository URL: https://github.com/microsoft/agent-framework

🌐 Website: https://aka.ms/agent-framework

πŸ“– Readme: https://github.com/microsoft/agent-framework#readme

πŸ“Š Statistics:
🌟 Stars: 1.4K stars
πŸ‘€ Watchers: 31
🍴 Forks: 151 forks

πŸ’» Programming Languages: Python - C# - TypeScript - HTML - PowerShell - CSS

🏷️ Related Topics:
#python #sdk #ai #dotnet #orchestration #multi_agent #workflows #agents #agent_framework #agentic_ai


==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: ab-download-manager

πŸ“ Description: A Download Manager that speeds up your downloads

πŸ”— Repository URL: https://github.com/amir1376/ab-download-manager

🌐 Website: https://abdownloadmanager.com

πŸ“– Readme: https://github.com/amir1376/ab-download-manager#readme

πŸ“Š Statistics:
🌟 Stars: 9.7K stars
πŸ‘€ Watchers: 53
🍴 Forks: 541 forks

πŸ’» Programming Languages: Kotlin

🏷️ Related Topics:
#desktop_app #kotlin #windows #linux #firefox #chrome #downloader #download #desktop #downloadmanager #compose #download_manager #kotlin_multiplatform #compose_desktop #compose_multiplatform


==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: meshery

πŸ“ Description: Meshery, the cloud native manager

πŸ”— Repository URL: https://github.com/meshery/meshery

🌐 Website: https://meshery.io

πŸ“– Readme: https://github.com/meshery/meshery#readme

πŸ“Š Statistics:
🌟 Stars: 7.9K stars
πŸ‘€ Watchers: 56
🍴 Forks: 2.6K forks

πŸ’» Programming Languages: JavaScript - Go - Open Policy Agent - Shell - Makefile - CSS

🏷️ Related Topics:
#visualization #docker #kubernetes #golang #reactjs #cncf #webassembly #wasm #opa #infrastructure_as_code #cloud_native #gsoc #kubernetes_operator #control_plane #hacktoberfest #gitops #platform_engineering #meshery #management_plane #internal_developer_platform


==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: free-for-dev

πŸ“ Description: A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

πŸ”— Repository URL: https://github.com/ripienaar/free-for-dev

🌐 Website: https://free-for.dev/

πŸ“– Readme: https://github.com/ripienaar/free-for-dev#readme

πŸ“Š Statistics:
🌟 Stars: 113K stars
πŸ‘€ Watchers: 1.7k
🍴 Forks: 11.6K forks

πŸ’» Programming Languages: HTML

🏷️ Related Topics:
#awesome_list #free_for_developers


==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: symfony

πŸ“ Description: The Symfony PHP framework

πŸ”— Repository URL: https://github.com/symfony/symfony

🌐 Website: https://symfony.com

πŸ“– Readme: https://github.com/symfony/symfony#readme

πŸ“Š Statistics:
🌟 Stars: 30.6K stars
πŸ‘€ Watchers: 1.1k
🍴 Forks: 9.7K forks

πŸ’» Programming Languages: PHP - Twig - CSS - JavaScript - HTML - Shell

🏷️ Related Topics:
#php #framework #symfony #bundle #symfony_bundle #php_framework #hacktoberfest


==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: media-downloader

πŸ“ Description: Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..

πŸ”— Repository URL: https://github.com/mhogomchungu/media-downloader

πŸ“– Readme: https://github.com/mhogomchungu/media-downloader#readme

πŸ“Š Statistics:
🌟 Stars: 3.1K stars
πŸ‘€ Watchers: 41
🍴 Forks: 222 forks

πŸ’» Programming Languages: C++ - CMake

🏷️ Related Topics: Not available

==================================
🧠 By: https://t.iss.one/DataScienceM
Python library RetinaFace for face detection and working with key points (eyes, nose, mouth)

Supports face alignment, easily installed via pip install retina-face, and works based on deep models from the insightface project.

An excellent tool for tasks in computer vision and face recognition.

Usage examples:

from retinaface import RetinaFace

resp = RetinaFace.detect_faces("img1.jpg")
print(resp)

{
"face_1": {
"score": 0.9993440508842468,
"facial_area": [155, 81, 434, 443],
"landmarks": {
"right_eye": [257.82974, 209.64787],
"left_eye": [374.93427, 251.78687],
"nose": [303.4773, 299.91144],
"mouth_right": [228.37329, 338.73193],
"mouth_left": [320.21982, 374.58798]
}
}
}


πŸ‘‰ @DataScienceN
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯ Trending Repository: stremio-web

πŸ“ Description: Stremio - Freedom to Stream

πŸ”— Repository URL: https://github.com/Stremio/stremio-web

πŸ“– Readme: https://github.com/Stremio/stremio-web#readme

πŸ“Š Statistics:
🌟 Stars: 1.8K stars
πŸ‘€ Watchers: 44
🍴 Forks: 397 forks

πŸ’» Programming Languages: JavaScript - Less - TypeScript

🏷️ Related Topics:
#hacktoberfest #stremio


==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: playball

πŸ“ Description: Watch MLB games from the comfort of your own terminal

πŸ”— Repository URL: https://github.com/paaatrick/playball

πŸ“– Readme: https://github.com/paaatrick/playball#readme

πŸ“Š Statistics:
🌟 Stars: 989 stars
πŸ‘€ Watchers: 12
🍴 Forks: 38 forks

πŸ’» Programming Languages: JavaScript - Dockerfile

🏷️ Related Topics: Not available

==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: jsoncrack.com

πŸ“ Description: ✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs.

πŸ”— Repository URL: https://github.com/AykutSarac/jsoncrack.com

🌐 Website: https://jsoncrack.com/

πŸ“– Readme: https://github.com/AykutSarac/jsoncrack.com#readme

πŸ“Š Statistics:
🌟 Stars: 41.7K stars
πŸ‘€ Watchers: 225
🍴 Forks: 3K forks

πŸ’» Programming Languages: TypeScript - JavaScript - Dockerfile

🏷️ Related Topics:
#react #visualization #yaml #json #csv #graph #tool #nextjs #diagrams


==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: Agent-S

πŸ“ Description: Agent S: an open agentic framework that uses computers like a human

πŸ”— Repository URL: https://github.com/simular-ai/Agent-S

🌐 Website: https://www.simular.ai

πŸ“– Readme: https://github.com/simular-ai/Agent-S#readme

πŸ“Š Statistics:
🌟 Stars: 6.4K stars
πŸ‘€ Watchers: 62
🍴 Forks: 706 forks

πŸ’» Programming Languages: Python - Shell

🏷️ Related Topics:
#memory #planning #cua #ai_agents #grounding #computer_automation #mllm #retrieval_augmented_generation #in_context_reinforcement_learning #agent_computer_interface #gui_agents #computer_use #computer_use_agent


==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: libsignal

πŸ“ Description: Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.

πŸ”— Repository URL: https://github.com/signalapp/libsignal

πŸ“– Readme: https://github.com/signalapp/libsignal#readme

πŸ“Š Statistics:
🌟 Stars: 4.8K stars
πŸ‘€ Watchers: 78
🍴 Forks: 600 forks

πŸ’» Programming Languages: Rust - Java - Swift - HTML - TypeScript - Kotlin

🏷️ Related Topics: Not available

==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: glide

πŸ“ Description: An extensible and keyboard-focused web browser

πŸ”— Repository URL: https://github.com/glide-browser/glide

🌐 Website: https://glide-browser.app

πŸ“– Readme: https://github.com/glide-browser/glide#readme

πŸ“Š Statistics:
🌟 Stars: 409 stars
πŸ‘€ Watchers: 6
🍴 Forks: 8 forks

πŸ’» Programming Languages: TypeScript - JavaScript - CSS - HTML - Python - Shell

🏷️ Related Topics:
#firefox #browser #firefox_browser


==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: dbt-core

πŸ“ Description: dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

πŸ”— Repository URL: https://github.com/dbt-labs/dbt-core

🌐 Website: https://getdbt.com

πŸ“– Readme: https://github.com/dbt-labs/dbt-core#readme

πŸ“Š Statistics:
🌟 Stars: 11.5K stars
πŸ‘€ Watchers: 141
🍴 Forks: 2K forks

πŸ’» Programming Languages: Python - HTML - Rust - Shell - Makefile - Dockerfile

🏷️ Related Topics:
#slack #analytics #dbt_viewpoint #pypa #business_intelligence #elt #data_modeling


==================================
🧠 By: https://t.iss.one/DataScienceM
❀1
πŸ“Œ Visual Pollen Classification Using CNNs and Vision Transformers

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2025-10-01 | ⏱️ Read time: 19 min read

Filling the data gap: A machine learning approach to pollen identification in ecology and biotechnology
πŸ“Œ Extracting Structured Vehicle Data from Images

πŸ—‚ Category:

πŸ•’ Date: 2025-01-27 | ⏱️ Read time: 10 min read

Build an Automated Vehicle Documentation System that Extracts Structured Information from Images, using OpenAI API,…
❀2
πŸ”₯ Trending Repository: zapret-discord-youtube

πŸ“ Description: No description available

πŸ”— Repository URL: https://github.com/Flowseal/zapret-discord-youtube

πŸ“– Readme: https://github.com/Flowseal/zapret-discord-youtube#readme

πŸ“Š Statistics:
🌟 Stars: 16.6K stars
πŸ‘€ Watchers: 161
🍴 Forks: 1.2K forks

πŸ’» Programming Languages: Batchfile

🏷️ Related Topics: Not available

==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: ComfyUI

πŸ“ Description: The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.

πŸ”— Repository URL: https://github.com/comfyanonymous/ComfyUI

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

πŸ“– Readme: https://github.com/comfyanonymous/ComfyUI#readme

πŸ“Š Statistics:
🌟 Stars: 90K stars
πŸ‘€ Watchers: 608
🍴 Forks: 10.1K forks

πŸ’» Programming Languages: Python

🏷️ Related Topics:
#python #ai #pytorch #comfy #stable_diffusion #comfyui


==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: firmware

πŸ“ Description: The official firmware for Meshtastic, an open-source, off-grid mesh communication system.

πŸ”— Repository URL: https://github.com/meshtastic/firmware

🌐 Website: https://meshtastic.org

πŸ“– Readme: https://github.com/meshtastic/firmware#readme

πŸ“Š Statistics:
🌟 Stars: 5.7K stars
πŸ‘€ Watchers: 140
🍴 Forks: 1.6K forks

πŸ’» Programming Languages: C++ - C - Python - Batchfile - Shell - Dockerfile

🏷️ Related Topics:
#mesh_networks #esp32 #gps #stm32 #mesh #lora #hiking #pico #nrf52 #off_grid #ttgo #heltec #ttgo_tbeam #meshtastic #rp2040


==================================
🧠 By: https://t.iss.one/DataScienceM
πŸ”₯ Trending Repository: niri

πŸ“ Description: A scrollable-tiling Wayland compositor.

πŸ”— Repository URL: https://github.com/YaLTeR/niri

🌐 Website: https://yalter.github.io/niri/

πŸ“– Readme: https://github.com/YaLTeR/niri#readme

πŸ“Š Statistics:
🌟 Stars: 12.6K stars
πŸ‘€ Watchers: 41
🍴 Forks: 441 forks

πŸ’» Programming Languages: Rust

🏷️ Related Topics:
#rust #wayland_compositor #tiling_window_manager #wayland #smithay


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