Abubakar Abid
@abidlabs
Followers
13K
Following
26K
Media
865
Statuses
15K
Founder @Gradio, acq'd by @HuggingFace. Hind Rajab was 5 yrs old when she — and 18,500 other children — were killed by Israeli forces. PLEASE don't be silent ❤️
Stanford, CA
Joined May 2013
This is INSANE. I'm speaking in a mix of Urdu and English. Without knowing that, Whisper + Bloom + TTS responds back coherently 🤯. And you can try it right now (credit: @yvrjsharma) .
6
76
499
We're building a new Decentralized Research team at @HuggingFace, to work closely with the ML community at large. When I did my PhD, most folks just worked within their labs. Now ML research happens everywhere, from Discord servers to huge cross-institutional collaborations.
10
50
426
How to deploy a machine learning model. Old way: .- read a bunch of blogs on serializing & dockerizing models.- write a Flask app to serve.- google how to create a simple front end.- get an EC2 instance to host everything. New way: <1 line of code with @GradioML python library
10
74
386
Slides for my @CVPR 2022 talk: . "Papers and Code Aren't Enough: Why Demos are Critical to ML Research and How to Build Them". Thank you to @humphrey_shi and #CVPR2022 for organizing!
3
54
363
This is incredible!! One of the coolest ways to use Stable Diffusion / Dall-E is now open-source🤩🤩.
I turned stablediffusion-infinity (#outpainting with #stablediffusion on an infinite canvas) into a web app using @pyscript_dev and @Gradio: PyScript for the frontend and Gradio for the backend. Source code: Also available on Colab
2
61
348
"How to Read and Write a Paper". The brilliant @mohsaied giving a talk to all of our machine learning fellows @fatimafellowshp that I wish I had heard 5 years ago
8
44
321
Cool tutorial by @_bhaveshbhatt on how to build your own ChatGPT using OpenAI's GPT-3.5 (so you don't have to wait in line anymore!).
7
60
326
Hugging Face Spaces is becoming the "app store" for machine learning apps. Here are some of my favorite @Gradio apps on .@huggingface spaces from this past week:.
1
39
322
Hugging Face Spaces is the "app store" for machine learning apps. Here are some of my favorite @Gradio apps on @huggingface spaces from this past week:.
2
50
292
If you teach a machine learning class with final projects, here is a cool way to run it:. 1. Set up a 🤗 org for your class.2. Students create @Gradio demos for their models & upload to org Spaces 🚀.3. Present demos directly from Spaces & keep record for next semester👩💻. 💯 free.
4
36
284
If you visit @PyTorch's website, you'll notice that the website for the models now have a button linking to the model's @Gradio demo on @HuggingFace Spaces!🎉
7
34
264
Once open-source catches up, it moves much faster than closed APIs
MiniGPT-4 is pretty astonishing: an AI chatbot you can use to ask questions about an image (a feature that's been promised but not yet shipped by GPT-4), building on top of the Vicuna-13B LLM (derived from LLaMA) and BLIP-2 vision-language model
7
25
261
I'm so excited to share @Gradio 2.0! We rewrote much of the library & here are some cool things you can do now:. 🤗 Load ~10,000 @huggingface Hub models with intuitive GUIs with 1 line of code.🔗 Link models in Parallel & Series to make more complex workflows. 👇 Examples.
8
55
231
Just discovered this cool demo being used by a machine learning class at the @SaintLouisU to teach the K nearest neighbors algorithm on MNIST . Demo:
3
44
192
If you use @weights_biases, why not embed a LIVE DEMO of your machine learning model from 🤗 Spaces in your W&B dashboard to let your entire team play around with your model? 🪄. Here's an example. ,. Spaces: W&B:
6
20
186
Excited to share that I'll be teaching a course on computer vision with co:rise! 🧑💻. We’ll “reverse-engineer” and build applications like: Face ID, self-driving, and image generation. Focusing on practical tools like @Gradio and @Huggingface 🤗. More info:
3
25
176
In my PhD research back in 2016, I was working on ways to use machine learning in medical applications. Five years later, I'm excited to share for the first time some ways @Gradio is being used to test biomedical ML models in institutions across the US. Will be sharing more info!
2
18
167
🔥🔥🔥 @BigscienceW's first model (T0pp) is out! . Highlights: 1/16th the size of GPT-3 but outperforms GPT-3 when prompted correctly. In a single line of code, create a demo around it using @Gradio or call the🤗 API:
5
36
168
In the 18 months after @Gradio was acquired by @HuggingFace, our users have grown 22x. We're just getting started, there's so much more to do in order to democratize access to good machine learning across all platforms 🚀🚀
9
15
170
Now that @huggingface Spaces is officially public 🎉and people have made 100s of Spaces already,. Let me share 5 tricks you might not know about a🤗 Space running on @Gradio. .
3
30
166
By now, you've probably heard about Hugging Face Spaces, a *free* way to host @Gradio demos, like this cool depth perception model created by @ak92501 a few hours ago. So how can you get started? Here's a little tweetorial on hosting your first model on @huggingface spaces 🧵
3
35
157
Suppose you have many ML models. How do you compare them for failure points, biases, etc.? Instead of testing them one by one, try:. gradio.mix.Parallel(. ). To compare them easily! You can even compare your own models with pretrained @huggingface models. DEMO!
5
30
148
"Building Generative AI Applications with Gradio". A brand new mini-course covering image generation, LLMs, and more 🥳. Taught by @AndrewYNg and @multimodalart 😎. Take it for free at:
2
38
148
Really stoked to share Gradio's new "Use via API" page. 1⃣ Build a @Gradio app (or find one on Spaces).2⃣ Click on the "Use via API" link in the footer.3⃣ See the expected payload and try it out immediately.4⃣ View handy code snippets in Python or JS. Embed ML everywhere!
4
24
149
BIG update for @gradio and @huggingface Spaces 🎉 . If you've tried a popular Space, you know you can get stuck in a long queue. The most popular Spaces now cache examples so that you can see the results on the examples without waiting in line 🤗. Try:
2
18
145
What this means:. 1. Build a GUI for your machine learning model with our open-source Python library, @Gradio.2. Host it on Hugging Face Spaces for free.3. Public or private repos are both free -- meaning you can share it within your org or with the world . 🚀🥳🔥🤯🛠️🥳😍🚀.
TODAY'S A BIG DAY. Spaces are now publicly available. Build, host, and share your ML apps on @huggingface in just a few minutes. There's no limit to what you can build. Be creative, and share what you make with the community. 🙏 @streamlit and @gradio .
2
30
141
Find a sentiment analysis model in @huggingface, create a @gradio app using Codex and test it out all in 30 seconds. Challenge accepted. ⚡️⚡️
2
19
131
Our small but impactful @Gradio team at @HuggingFace 🤗. We're looking to add someone to our team who can help more developers learn and use Gradio. If you're interested in blogging, developer education, and building cool machine learning demos, DM me!
4
14
130
NEW: Native Embeddings for @Gradio demos🎉. Any Gradio demo on @HuggingFace Spaces can be easily embedded into your blog/portfolio/website 🤗. Comes with a slick UI and no nasty <iframe>s:
6
27
134
Releasing Gradio 2.7.5 🎉 🎉 . ⚡️ We've migrated the entire backend from Flask to @FastAPI! .✍️ You can now write your own custom callbacks for the FLAG button. AND. it includes commits from the newest member of the @Gradio team: Omer Faruk (@farukozderim) 🎊
2
15
130
So excited to announce that @Gradio 2.1 includes Shap explanations out of the box! . Basically, if you have ANY classification/regression model, you can now understand the WHY behind your predictions. All it takes is 1 parameter: interpretation="shap" . Examples & more details👇.
5
27
124
I don't think I've every seen such a complex Gradio app. This is incredible 🤩.
Gather round my #aiArtists , and let me show you something: .This is called #stableDiffusion webui .Not to be confused with #dreamStudio, this runs on your machine/python and is even accessible remotely via ipad/iphone! .Features in 🧵 (you don't want to miss this)
1
6
124