nowfound

Alternatives

Products that do what HF viewer – visualize any Hugging Face model does

I made an interactive visualizer for Hugging Face models! Paste any Hugging Face url to view the model in multiple granularities. Would love to hear feedback and feature requests!

  1. 1IE

    Hey HN, when building ML systems for industrial AI, we have learned that data inspection is critical during the ML development process. We are also big fans of the Hugging Face ecosystem. That is why we built an integration to our data exploration tool Spotlight that allows you to interactively explore Hugging Face datasets with one line of code. Spotlight lets you leverage model results such as predictions and embeddings to gain a deeper understanding in data segments and model failure modes. Currently, many many NLP, CV, Audio and multimodal datasets are supported both locally and on the…

    2023 · huggingface.co

  2. 2
    SmolVLM2206

    Smallest Video LM Ever from HuggingFace

    2025

  3. 3

    AI-powered spreadsheets for everyone

    2025

  4. 4

    Virtual production-ready facial animation in real time

    2020

  5. 5

    A free SDK for realtime facial motion capture

    2021

  6. 6IM

    It's a chrome extension that automatically loads the specs from the Hugging Face model card into the calculation. > To test it, install the extension (no registration/key needed) and navigate to a HF model page. Then click the "VRAM" icon on the top right to open the sidepanel. You can specify quantization, batch size, sequence length, etc. Works for inference & fine-tuning. If it does not fit on the specified GPUs, it gives you an advise on how to still run it (e.g. lowering precision). It is inspired at my work, where we were constantly exporting metrics from HF to estimate required…

    2025 · chromewebstore.google.com

  7. 7

    Live AI trends from HuggingFace, ArXiv, GitHub, and more

    Dec 2025

  8. 8

    Master Hugging Face Datasets for AI Projects

    18d ago · khayyamshah2007.blogspot.com

  9. 9AA

    Hi guys, For a few months now I've been working on a web GUI to build, visualise, train and share deep neural models. It's currently reaching a state where opening it for Beta release make sense. Currently the tool support: - Fully connected and Convolutional architecture - Cloud and local, saving / loading of models - Edit / delete layers - Visualise Convolutional layers filters - Freeze / Unfreeze layers - More datasets: Fashion MNIST, QuickDraw(10 and 30) The editor can be found here: https://aifiddle.io. Your feedback, ideas, suggestions are greatly useful, so…

    2019

  10. 10

    Studio-quality video face swaps, no editor required

    2025

  11. 11AA

    Hey HN, I'm an AI enthusiast and I am launching apps that use ML to solve problems that we all have. I realized that there are a lot of deepfake faces on youtube and social media, so I thought it would be useful (and fun!) to have a tool that can bust those AI faces. So I built DeeFace for 2 reasons: 1. Check if the face you're looking at is real or not 2. For fun! It's something that I from half a year ago would look at and aspire to build someday. I think it's soemthing anyone who's just starting out with ML would appreciate. I hope this tool is fun for you to use as it was for me to…

    2024 · deefaces.com

  12. 12IM

    I made an open-source Python library for the Stable Diffusion Web UI. It's a direct alternative to Huggingface Diffusers except it has more features + runs the same scripts as A1111 so the results are replicable. Please give it a star on Github! https://github.com/saketh12/Auto1111SDK

    2024 · github.com

  13. 13PC

    Hey HN! I created a tool that includes multiple image generation models, faceswapping and face enhance, with more AI models coming soon. It allows you to create workspaces where you can generate images, faceswap, face enhance and have a structured way to save your results.

    2024 · postcrest.com

  14. 14IM

    Hey HN, 4 days ago I went through the impressive demo of IDM-VTON on HuggingFace. I found there was no ComfyUI adaptation of this new model. So I’ve implemented custom nodes in ComfyUI that allow anyone to perform virtual try-ons using IDM-VTON. Simply load an image of a model and a garment, and the node will generate a new image with the garment worn by the model. I would love to hear your thoughts and feedback! Cheers, Tom

    2024 · github.com

  15. 15
    AI Hug2

    Create AI images and videos with leading models

    6d ago · aihug.pro

  16. 16MA

    Last week I released Moodflix (https://moodflix.streamlit.app), a movie recommendation engine based to find movies based on your mood. Moodflix was created on top of a movie dataset of 10k movies from The Movie Database. I vectorised the films using Hugging Face's T5 model (https://huggingface.co/docs/transformers/model_doc/t5) using the film's plot synopsis, genres and languages. Then I indexed the vectors using hnswlib (https://github.com/nmslib/hnswlib). LLMs can understand a movie's plot pretty well and distill the similarities…

    2023 · share.streamlit.io

  17. 17

    The Complete 2026 Guide to the Hugging Face AI Stack

    19d ago · khayyamshah2007.blogspot.com

  18. 18GN

    TLDR: Gradio Notebook is a notebook component for generative AI that offers the fastest way to create a Hugging Face space (in < 10 lines of code), and a familiar notebook interface for interacting with any combination of text, image and audio models in a single space. Follow this Quickstart to create a gradio notebook for yourself: https:&#x2F;&#x2F;huggingface.co&#x2F;spaces&#x2F;lastmileai&#x2F;gradio-notebook-template Hi HN Community! I’m Sarmad, co-founder of LastMile AI, and today I’m excited to share Gradio Notebook, our latest open-source project in collaboration with Hugging Face.…

    2024

  19. 19RS

    Hey HN! We just released the open-source version of Renumics Spotlight, a data exploration and analysis tool for multimodal datasets. Spotlight integrates seamlessly with pandas and supports rich data types like images, videos, and meshes. You can load anything that fits in a DataFrame and view it through a customizable GUI featuring multiple interactive widgets: a data table, similarity map, histograms, scatter plots, and more. In the past, we have used Spotlight for exploratory data analysis and tackling various model and data-related problems in our machine learning projects. What are…

    2023 · renumics.com

  20. 20LF
  21. 21HF

    We have a massive GPU cluster and developed our own infrastructure to manage the cluster and train massive models. There's how it works: 1. You upload the dataset with preconfigured format into HuggingFaсe [1]. 2. Choose your LLM (e.g. LLaMa 70B, Mistral 7B) 3. Place your submission into the queue 4. Wait for it to get trained. 5. Then you get your trained model there on HuggingFace. Essentially, why would we want to do it? 1. We already have an experience with training big LLMs. 2. We could achieve near-perfect infrastructure performance for training. 3. Sometimes GPUs have just nothing to…

    2023 · higgsfield.xyz

  22. 22GI
  23. 23RA

    Hi there, looking for feedback on my new project "Featherless.AI" The idea is to allow users to run all the models on hugging face instantly. Via the OpenAI API compatible endpoint. Why? Because its a real chore to download models and spin up GPUs, especially if you want to test multiple models. Not to mention GPUs cost multiple dollars an hour to rent. And if we want more people to use open source AI, we got to make it easier for them to try and play with all of them. So what if instead of spinning up dedicated GPUs per model (which is what every provider is doing) We can startup a LLM…

    2024 · featherless.ai

  24. 24HQ

    2019 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →