links and status of cool gradio demos

Overview

awesome-demos

This is a list of some wonderful demos & applications built with Gradio. Here's how to contribute yours!

🖊️ Natural language processing

Demo name (link to demo) input type(s) output type(s) status badge
ruDALL-E Text Image demo status
Mandarin Text-to-Speech (TTS) Text Audio demo status
Multilingual Summarization model (MLSUM) Radio, Text Text demo status
News Summarizer Text Text demo status
KoGPT Text Text demo status
Sentiment Histogram For Turkish Text Image demo status
GPT-J-6B Text Text demo status
Adverse Drug Reaction Xtractor Text HTML demo status
Neural Search Engine Text Text demo status
E-Coicop-food-classifier Text Text demo status
twitter_emotions Text Label demo status
Language Detector Text Label demo status
Question Answering in English, Spanish and Basque Text Text demo status
Table Question Answering (TAPAS) Text, CSV JSON, Dataframe demo status
Song Genre Predictor Text Label demo status

📷 Computer vision

Demo name (link to demo) input type(s) output type(s) status badge
ruDALL-E Text Image demo status
Animeganv2 Image Image demo status
Bytetrack Image Image demo status
Anime Face Detector Image, Slider Image demo status
super-image Image, Radio, Dropdown Image demo status
Pet Breed Classifier Image Label demo status
LayoutLMv2 Image Image demo status
Yolov5 Image Image demo status
VQGAN + CLIP Text, Image, Slider, Number Image, Video demo status
CLIP Guided Diffusion Text, Image, Slider, Number Image, Video demo status
BlendGAN Image, Slider Image demo status
SAHI + YOLOv5 Image, Number, Dropdown, Checkbox Image demo status
Pose Estimation for Humans, Vehicles and Animals Image, Radio, Checkbox Image demo status
Convolutional Hough Matching Networks Image, Slider Image demo status
CRAFT-OCR Image Image, Text demo status
AnimeGANv2 for Videos Video, Slider Video demo status
CLIP Image Search Image, Radio, Text Image demo status

🔬 Science

Demo name (link to demo) input type(s) output type(s) status badge
MolDesigner Text, Image, Dropdown Text demo status

💊 Medicine

Demo name (link to demo) input type(s) output type(s) status badge
Echocardiogram-Segmentation Image Image demo status
Adverse Drug Reaction Xtractor Text HTML demo status
Sartorius Cell Instance Segmentation (detectron2) Image Image demo status
Cell Instance Segmentation (MMDetection) Image Image demo status

🎵 Audio processing

Demo name (link to demo) input type(s) output type(s) status badge
Mandarin Text-to-Speech (TTS) Text Audio demo status
Demucs Audio Audio demo status
XLS-R 2B 22-to-16 Speech Translation Audio, Dropdown Text demo status
YourTTS Audio, Dropdown, Textbox Audio demo status

🔢 Math

Demo name (link to demo) input type(s) output type(s) status badge
GP Posterior Approximation with Transformers Dataframe, Radio Text, Image demo status

🤗 Fun

Demo name (link to demo) input type(s) output type(s) status badge
Animeganv2 Image Image demo status
AnimeGANv2 for Videos Video, Slider Video demo status
Anime Face Detector Image, Slider Image demo status
Song Genre Predictor Text Label demo status
Owner
Gradio
Gradio's products help machine learning teams excel
Gradio
Contrastively Disentangled Sequential Variational Audoencoder

Contrastively Disentangled Sequential Variational Audoencoder (C-DSVAE) Overview This is the implementation for our C-DSVAE, a novel self-supervised d

Junwen Bai 35 Dec 24, 2022
nn_builder lets you build neural networks with less boilerplate code

nn_builder lets you build neural networks with less boilerplate code. You specify the type of network you want and it builds it. Install pip install n

Petros Christodoulou 157 Nov 20, 2022
ReferFormer - Official Implementation of ReferFormer

The official implementation of the paper: Language as Queries for Referring Video Object Segmentation Language as Queries for Referring Video Object S

Jonas Wu 232 Dec 29, 2022
なりすまし検出(anti-spoof-mn3)のWebカメラ向けデモ

FaceDetection-Anti-Spoof-Demo なりすまし検出(anti-spoof-mn3)のWebカメラ向けデモです。 モデルはPINTO_model_zoo/191_anti-spoof-mn3からONNX形式のモデルを使用しています。 Requirement mediapipe

KazuhitoTakahashi 8 Nov 18, 2022
PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).

PyGAD: Genetic Algorithm in Python PyGAD is an open-source easy-to-use Python 3 library for building the genetic algorithm and optimizing machine lear

Ahmed Gad 1.1k Dec 26, 2022
Predicting Auction Sale Price using the kaggle bulldozer auction sales data: Modeling with Ensembles vs Neural Network

Predicting Auction Sale Price using the kaggle bulldozer auction sales data: Modeling with Ensembles vs Neural Network The performances of tree ensemb

Mustapha Unubi Momoh 2 Sep 13, 2022
Generating Videos with Scene Dynamics

Generating Videos with Scene Dynamics This repository contains an implementation of Generating Videos with Scene Dynamics by Carl Vondrick, Hamed Pirs

Carl Vondrick 706 Jan 04, 2023
This repo generates the training data and the model for Morpheus-Deblend

Morpheus-Deblend This repo generates the training data and the model for Morpheus-Deblend. This is the active development repo for the project and as

Ryan Hausen 2 Apr 18, 2022
MQBench: Towards Reproducible and Deployable Model Quantization Benchmark

MQBench: Towards Reproducible and Deployable Model Quantization Benchmark We propose a benchmark to evaluate different quantization algorithms on vari

494 Dec 29, 2022
Code for our NeurIPS 2021 paper Mining the Benefits of Two-stage and One-stage HOI Detection

CDN Code for our NeurIPS 2021 paper "Mining the Benefits of Two-stage and One-stage HOI Detection". Contributed by Aixi Zhang*, Yue Liao*, Si Liu, Mia

71 Dec 14, 2022
Time-Optimal Planning for Quadrotor Waypoint Flight

Time-Optimal Planning for Quadrotor Waypoint Flight This is an example implementation of the paper "Time-Optimal Planning for Quadrotor Waypoint Fligh

Robotics and Perception Group 38 Dec 02, 2022
Vpw analyzer - A visual J1850 VPW analyzer written in Python

VPW Analyzer A visual J1850 VPW analyzer written in Python Requires Tkinter, Pan

7 May 01, 2022
Misc YOLOL scripts for use in the Starbase space sandbox videogame

starbase-misc Misc YOLOL scripts for use in the Starbase space sandbox videogame. Each directory contains standalone YOLOL scripts. They don't really

4 Oct 17, 2021
Use VITS and Opencpop to develop singing voice synthesis; Maybe it will VISinger.

Init Use VITS and Opencpop to develop singing voice synthesis; Maybe it will VISinger. 本项目基于 https://github.com/jaywalnut310/vits https://github.com/S

AmorTX 107 Dec 23, 2022
A quick recipe to learn all about Transformers

Transformers have accelerated the development of new techniques and models for natural language processing (NLP) tasks.

DAIR.AI 772 Dec 31, 2022
Extending JAX with custom C++ and CUDA code

Extending JAX with custom C++ and CUDA code This repository is meant as a tutorial demonstrating the infrastructure required to provide custom ops in

Dan Foreman-Mackey 237 Dec 23, 2022
Experiments for distributed optimization algorithms

Network-Distributed Algorithm Experiments -- This repository contains a set of optimization algorithms and objective functions, and all code needed to

Boyue Li 40 Dec 04, 2022
PHOTONAI is a high level python API for designing and optimizing machine learning pipelines.

PHOTONAI is a high level python API for designing and optimizing machine learning pipelines. We've created a system in which you can easily select and

Medical Machine Learning Lab - University of Münster 57 Nov 12, 2022
Lunar is a neural network aimbot that uses real-time object detection accelerated with CUDA on Nvidia GPUs.

Lunar Lunar is a neural network aimbot that uses real-time object detection accelerated with CUDA on Nvidia GPUs. About Lunar can be modified to work

Zeyad Mansour 276 Jan 07, 2023
Creating predictive checklists from data using integer programming.

Learning Optimal Predictive Checklists A Python package to learn simple predictive checklists from data subject to customizable constraints. For more

Healthy ML 5 Apr 19, 2022