Nymbo's picture

Nymbo PRO

Nymbo

AI & ML interests

I like unrestricted, free, utilitarian stuff. I tend to archive good spaces because I don't trust y'all to keep them good :) Most spaces with runtime errors just need a restart. Paused spaces should work but require a GPU, duplicate to use.

Recent Activity

updated a collection about 2 hours ago
MCP Servers
liked a Space about 5 hours ago
fdaudens/kokoro-mcp
View all activity

Organizations

Stanford AI's profile picture AI๊ทธ๋ฆผ ์ฑ„๋„ ์ €์žฅ์†Œ (๋น„๊ณต์‹)'s profile picture DataScienceEngineering's profile picture AI FILMS's profile picture Samsung Electronics's profile picture GEM benchmark's profile picture Zhejiang University's profile picture OpenGVLab's profile picture CognitiveAIForHealth's profile picture MusicAI's profile picture CVPR Demo Track's profile picture BigScience Biomedical Datasets's profile picture OpenVINO Toolkit's profile picture LLMs's profile picture ONNXConfig for all's profile picture Gradio-Themes-Party's profile picture video-p2p-library's profile picture Gradio-Blocks-Party's profile picture scikit-learn's profile picture lora concepts library's profile picture Open-Source AI Meetup's profile picture IRANGPT's profile picture Arabic Machine Learning 's profile picture DataScienceGuild's profile picture Literally Me FRFR Research Society's profile picture East China Normal University's profile picture Pseudo Lab's profile picture Kornia AI's profile picture Platzi Community's profile picture Tune a video concepts library's profile picture Keras Dreambooth Event's profile picture SIGGRAPH 2022's profile picture Stable Diffusion Dreambooth Concepts Library's profile picture The Waifu Research Department's profile picture Musika's profile picture AI Indonesia Community's profile picture M.O.F.U.'s profile picture HackMIT's profile picture Blog-explorers's profile picture OpenSky's profile picture CyberHarem's profile picture ICCV2023's profile picture Tensor Diffusion's profile picture ICML2023's profile picture OpenOrca's profile picture OpenLLM France's profile picture Media Party 2023's profile picture huggingPartyParis's profile picture Multi๐Ÿค–Transformers's profile picture Team Tonic's profile picture The Collectionists's profile picture HelpingAI's profile picture Niansuh AI's profile picture That Time I got Reincarnated as a Hugging Face Organization's profile picture ZeroGPU Explorers's profile picture LibreWeb's profile picture Project Fluently's profile picture LocalLLaMA's profile picture Journalists on Hugging Face's profile picture Major TOM's profile picture MLX Community's profile picture INNOVA AI's profile picture Narra's profile picture Social Post Explorers's profile picture Cognitive Computations's profile picture Cohere Labs Community's profile picture M4-ai's profile picture Dev Mode Explorers's profile picture Chinese LLMs on Hugging Face's profile picture Stable Diffusion Community (Unofficial, Non-profit)'s profile picture Hugging Face for Legal's profile picture Nerdy Face's profile picture open/ acc's profile picture AI Starter Pack's profile picture Smol Community's profile picture

Nymbo's activity

posted an update 4 days ago
view post
Post
1075
Haven't seen this posted anywhere - Llama-3.3-8B-Instruct is available on the new Llama API. Is this a new model or did someone mislabel Llama-3.1-8B?
reacted to abidlabs's post with โค๏ธ 12 days ago
view post
Post
3914
HOW TO ADD MCP SUPPORT TO ANY ๐Ÿค— SPACE

Gradio now supports MCP! If you want to convert an existing Space, like this one hexgrad/Kokoro-TTS, so that you can use it with Claude Desktop / Cursor / Cline / TinyAgents / or any LLM that supports MCP, here's all you need to do:

1. Duplicate the Space (in the Settings Tab)
2. Upgrade the Gradio sdk_version to 5.28 (in the README.md)
3. Set mcp_server=True in launch()
4. (Optionally) add docstrings to the function so that the LLM knows how to use it, like this:

def generate(text, speed=1):
    """
    Convert text to speech audio.

    Parameters:
        text (str): The input text to be converted to speech.
        speed (float, optional): Playback speed of the generated speech.


That's it! Now your LLM will be able to talk to you ๐Ÿคฏ
posted an update 12 days ago
view post
Post
1052
PSA for anyone using Nymbo/Nymbo_Theme or Nymbo/Nymbo_Theme_5 in a Gradio space ~

Both of these themes have been updated to fix some of the long-standing inconsistencies ever since the transition to Gradio v5. Textboxes are no longer bright green and in-line code is readable now! Both themes are now visually identical across versions.

If your space is already using one of these themes, you just need to restart your space to get the latest version. No code changes needed.
reacted to Xenova's post with ๐Ÿ”ฅ 14 days ago
view post
Post
5939
Introducing the ONNX model explorer: Browse, search, and visualize neural networks directly in your browser. ๐Ÿคฏ A great tool for anyone studying Machine Learning! We're also releasing the entire dataset of graphs so you can use them in your own projects! ๐Ÿค—

Check it out! ๐Ÿ‘‡
Demo: onnx-community/model-explorer
Dataset: onnx-community/model-explorer
Source code: https://github.com/xenova/model-explorer
reacted to fantos's post with ๐Ÿ”ฅ 22 days ago
view post
Post
4220
๐ŸŽจ BadgeCraft: Create Beautiful Badges with Ease! โœจ
Hello there! Today I'm introducing BadgeCraft, a simple app that lets you create stunning badges for your websites, GitHub READMEs, and documentation.

๐ŸŒŸ Key Features

๐Ÿ–Œ๏ธ 14 diverse color options including vibrant neon colors
๐Ÿ”ค Custom text input for label and message
๐Ÿ–ผ๏ธ Support for 2000+ logos via Simple Icons
๐Ÿ”— Clickable link integration
๐Ÿ‘๏ธ Real-time preview
๐Ÿ’ป Ready-to-use HTML code generation

๐Ÿ“ How to Use

Label - Enter the text to display on the left side of the badge (e.g., "Discord", "Version", "Status")
Message - Enter the text to display on the right side of the badge
Logo - Type the name of a logo provided by Simple Icons (e.g., "discord", "github")
Style - Choose the shape of your badge (flat, plastic, for-the-badge, etc.)
Color Settings - Select background color, label background color, and logo color
Link - Enter the URL that the badge will link to when clicked

โœ… Use Cases

Add social media links to your GitHub project README
Display version information or download links on your website
Include tech stack badges in blog posts
Show status indicators in documentation (e.g., "in development", "stable")

๐Ÿ’ก Tips

Click on any of the prepared examples to automatically fill in all settings
Copy the generated HTML code and paste directly into your website or blog
HTML works in GitHub READMEs, but if you prefer markdown, use the ![alt text](badge URL) format

๐Ÿ‘จโ€๐Ÿ’ป Tech Stack
This app was built using Gradio and leverages the shields.io API to generate badges. Its simple UI makes it accessible for everyone!

๐Ÿ”— openfree/Badge

โœจ Available under MIT License - feel free to use and modify.
  • 1 reply
ยท
reacted to S-Dreamer's post with ๐Ÿ‘ about 1 month ago
view post
Post
1915
PiFlash
A simple web-based tool to flash Raspberry Pi OS images to your SD cards. No additional software required!

S-Dreamer/piflash
reacted to hesamation's post with โค๏ธ about 1 month ago
view post
Post
8925
Google published a 69-page whitepaper on Prompt Engineering and its best practices, a must-read if you are using LLMs in production:
> zero-shot, one-shot, few-shot
> system prompting
> chain-of-thought (CoT)
> ReAct

LINK: https://www.kaggle.com/whitepaper-prompt-engineering
> code prompting
> best practices
reacted to thomwolf's post with โค๏ธ about 1 month ago
view post
Post
3388
The new DeepSite space is really insane for vibe-coders
enzostvs/deepsite

With the wave of vibe-coding-optimized LLMs like the latest open-source DeepSeek model (version V3-0324), you can basically prompt out-of-the-box and create any app and game in one-shot.

It feels so powerful to me, no more complex framework or under-the-hood prompt engineering to have a working text-to-app tool.

AI is eating the world and *open-source* AI is eating AI itself!

PS: and even more meta is that the DeepSite app and DeepSeek model are both fully open-source code => time to start recursively improve?

PPS: you still need some inference hosting unless you're running the 600B param model at home, so check the very nice list of HF Inference Providers for this model: deepseek-ai/DeepSeek-V3-0324
  • 1 reply
ยท
reacted to aiqtech's post with ๐Ÿค๐Ÿ˜”๐Ÿคฏ๐Ÿ‘๐Ÿง ๐Ÿ˜Žโž•๐Ÿš€๐Ÿ‘€๐Ÿ”ฅโค๏ธ๐Ÿค— about 1 month ago
view post
Post
5360
๐Ÿค— Hug Contributors
Hugging Face Contributor Dashboard ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ‘ฉโ€๐Ÿ’ป

aiqtech/Contributors-Leaderboard

๐Ÿ“Š Key Features

Contributor Activity Tracking: Visualize yearly and monthly contributions through interactive calendars
Top 100 Rankings: Provide rankings based on models, spaces, and dataset contributions
Detailed Analysis: Analyze user-specific contribution patterns and influence
Visualization: Understand contribution activities at a glance through intuitive charts and graphs

๐ŸŒŸ Core Visualization Elements

Contribution Calendar: Track activity patterns with GitHub-style heatmaps
Radar Chart: Visualize balance between models, spaces, datasets, and activity levels
Monthly Activity Graph: Identify most active months and patterns
Distribution Pie Chart: Analyze proportion by contribution type

๐Ÿ† Ranking System

Rankings based on overall contributions, spaces, and models
Automatic badges for top 10, 30, and 100 contributors
Ranking visualization to understand your position in the community

๐Ÿ’ก How to Use

Select a username from the sidebar or enter directly
Choose a year to view specific period activities
Select desired items from models, datasets, and spaces
View comprehensive contribution activities in the detailed dashboard

๐Ÿš€ Expected Benefits

Provide transparency for Hugging Face community contributors' activities
Motivate contributions and energize the community
Recognize and reward active contributors
Visualize contributions to the open AI ecosystem
ยท