Data Science | Machine Learning with Python for Researchers
31.4K subscribers
1.53K photos
102 videos
22 files
1.81K links
Admin: @HusseinSheikho

The Data Science and Python channel is for researchers and advanced programmers

Buy ads: https://telega.io/c/dataScienceT
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸͺ© DISCO: Human Dance Generation

⭐️ NTU (+ #Microsoft) unveils DISCO: a big step towards the Human Dance Generation.

🌐 Review https://t.ly/cNGX

🌐 Paper arxiv.org/pdf/2307.00040.pdf

🌐Project: disco-dance.github.io/

🌐 Code github.com/Wangt-CN/DisCo

https://t.iss.one/DataScienceT
πŸ‘3❀1
Building an Image Recognition API using Flask.

Step 1: Set up the project environment

1. Create a new directory for your project and navigate to it.
2. Create a virtual environment (optional but recommended):
(Image 1.)
3. Install the necessary libraries (image 2.)

Step 2: Create a Flask Web Application
Create a new file called app.py in the project directory (image 3.)

Step 3: Launch the Flask Application
Save the changes and run the Flask application (image 4.)

Step 4: Test the API
Your API is now up and running and you can send images to /predict via HTTP POST requests.
You can use tools such as curl or Postman to test the API.
β€’ An example of using curl (image 5.)
β€’ An example using Python queries (image 6.)

https://t.iss.one/DataScienceT
❀‍πŸ”₯2😍2πŸ‘1
Deep Learning
NLP
AI
Python
ML
Data Mining
Tensorflow
Keras

πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡
@Machine_learn
❀‍πŸ”₯3❀2😍1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸš€ Hierarchical Open-vocabulary Universal Image Segmentation

Decoupled text-image fusion mechanism and representation learning modules for both "things" and "stuff".

πŸ–₯ Github: https://github.com/berkeley-hipie/hipie

πŸ“• Paper: https://arxiv.org/abs/2307.00764v1

πŸ”—Project: https://people.eecs.berkeley.edu/~xdwang/projects/HIPIE/

πŸ”— Dataset: https://paperswithcode.com/dataset/pascal-panoptic-parts

https://t.iss.one/DataScienceT
❀‍πŸ”₯1
πŸ”Foundation Model for Endoscopy Video Analysis

πŸ–₯ Github: https://github.com/med-air/endo-fm

⏩ Paper: https://arxiv.org/pdf/2306.16741v1.pdf

πŸ’¨ Dataset: https://paperswithcode.com/dataset/kumc

https://t.iss.one/DataScienceT
❀‍πŸ”₯3
We launched a special bot some time ago to download all scientific, software and mathematics books The bot contains more than thirty million books, and new books are downloaded first, In addition to the possibility of downloading all articles and scientific papers for free

To request a subscription: talk to @Hussein_Sheikho
❀3πŸ‘3
This media is not supported in your browser
VIEW IN TELEGRAM
🎨 Making ML-powered web games with Transformers.js

The goal of this tutorial is to show you how easy it is to make your own ML-powered web game.

πŸ–₯ Github: https://github.com/xenova/doodle-dash

πŸ€— Hugging face: https://huggingface.co/blog/ml-web-games

⭐️ Code: https://github.com/xenova/doodle-dash

πŸ”—Demo: https://huggingface.co/spaces/Xenova/doodle-dash

πŸ”— Dataset: https://huggingface.co/datasets/Xenova/quickdraw-small

https://t.iss.one/DataScienceT
❀1πŸ‘1
πŸ¦™ Focused Transformer: Contrastive Training for Context Scaling

LongLLaMA, a large language model capable of handling long contexts of 256k tokens or even more.

πŸ–₯ Github: https://github.com/cstankonrad/long_llama

πŸ“• Paper: https://arxiv.org/abs/2307.03170v1

πŸ–₯ Colab: https://colab.research.google.com/github/CStanKonrad/long_llama/blob/main/long_llama_colab.ipynb

πŸ”— Dataset: https://paperswithcode.com/dataset/pg-19

https://t.iss.one/DataScienceT
πŸ‘3❀1❀‍πŸ”₯1
πŸ–₯ Chat Downloader

A simple tool used to retrieve chat messages from livestreams, videos, clips and past broadcasts.

- YouTube.com
- Zoom.us
- Facebook.com
- Twitch.tv

$ pip install chat-downloader

Using:
# termimal
$ chat_downloader https://www.youtube.com/watch?v=video_link --output chat.json


# Python script
from chat_downloader import ChatDownloader

url = 'https://www.youtube.com/watch?v=video_link'
chat = ChatDownloader().get_chat(url)

for message in chat:
chat.print_formatted(message)


πŸ–₯ Github
πŸ“ Docs

https://t.iss.one/DataScienceT
❀5πŸ‘2
πŸ–₯ Tkinter Designer

An easy and fast way to create a Python GUI 🐍

πŸ–₯ Github

https://t.iss.one/DataScienceT
πŸ‘6❀2
Benchmarking Test-Time Adaptation against Distribution Shifts in Image Classification

πŸ–₯ Github: https://github.com/yuyongcan/benchmark-tta

⏩ Paper: https://arxiv.org/pdf/2307.03133v1.pdf

πŸ’¨ Dataset: https://paperswithcode.com/dataset/imagenet

https://t.iss.one/DataScienceT
❀2πŸ‘2
πŸ”Ž DeepOnto: A Python Package for Ontology Engineering with Deep Learning

A package for ontology engineering with deep learning and language model.

pip install deeponto

πŸ–₯ Github: https://github.com/KRR-Oxford/DeepOnto
πŸ“Œ Project: https://krr-oxford.github.io/DeepOnto/

πŸ“• Paper: https://arxiv.org/abs/2307.03067v1

πŸš€ Dataset: https://paperswithcode.com/dataset/ontolama

https://t.iss.one/DataScienceT
❀3πŸ‘2
Top 6 Algorithms Every Software Engineer Should Know

1) Binary Search Algorithm.

2) Bubble Sort Algorithm.

3) Merge Sort Algorithm

4) Depth-first Search Algorithm

5) Dijkstra’s Algorithm

6) Randomized Algorithm

https://t.iss.one/DataScienceT
❀7πŸ‘2