Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

Hugging Face Spaces

Hugging Face Spaces is a hosting platform for interactive machine learning applications. Developers build demos and tools using Gradio or Streamlit, then deploy them on Hugging Face infrastructure and receive a public URL. Spaces are free to run on shared CPU instances and can be upgraded to GPU-backed hardware for workloads that need faster inference. They are widely used during hackathons and AI events to share working prototypes without managing any server infrastructure.

General
AuthorHugging Face
TypeAI Application Hosting Platform
Websitehuggingface.co/spaces
DocumentationSpaces Documentation
Hardware OptionsCPU (free), T4, A10G, A100, H100
FrameworksGradio, Streamlit, Docker

Start building with Hugging Face Spaces

Spaces is the quickest path from a working model to a shareable demo. Connect a model from the Hub, wrap it in a Gradio interface, and push to a Space — the application goes live with a public URL in minutes. GPU instances are available on an hourly basis for workloads that need real compute. During hackathons on lablab.ai, submitting a Hugging Face Space link is a standard way to present a working project. Spaces created under an event's Hugging Face organization are publicly discoverable, and community members can vote with likes. Explore examples at Hugging Face Use Cases and Applications.

Hugging Face Spaces Tutorials


Getting Started


Key Features

Instant deployment Push a Gradio or Streamlit app to a Space repository and get a live URL without any server configuration or DevOps setup.

GPU hardware tiers Upgrade to T4, A10G, A100, or H100 instances for workloads that need GPU acceleration. Pricing is hourly with no long-term commitment.

Organization Spaces Create Spaces under a team or event organization so project submissions stay grouped and discoverable by judges and community members.

Persistent storage Attach a storage volume to a Space for stateful applications that need to read or write files between requests.

Community discovery Spaces are publicly indexed on Hugging Face and sortable by likes, making them a practical way to share and showcase AI projects.


Boilerplates

huggingface HuggingFace Spaces AI technology Hackathon projects

Discover innovative solutions crafted with huggingface HuggingFace Spaces AI technology, developed by our community members during our engaging hackathons.

CredIQ — Smart Credit Card Spending Awareness App

CredIQ — Smart Credit Card Spending Awareness App

CredIQ is a real-time credit card spending awareness app for India's 100 million credit card users who overspend without realizing it until the bill arrives. When you pay using GPay or tap your card, there is no live feedback on how much budget you have consumed. You find out when the bill comes. By then the damage is done. CRED focuses on bill payments. Jupiter shows patterns after the fact. Neither gives a live budget bar that updates the moment a transaction happens. That is the gap CredIQ fills. The core feature is a live budget bar powered by Firebase Realtime Database showing status in real time — Very Good in green, Good in light green, OK in yellow, Bad in orange, Very Bad in red. No mental calculation needed. See green, feel safe. See red, stop spending. The status also shows as a persistent notification and home screen widget so spending consciousness is always visible. AI features run on Groq's Llama 3.3 70B model for fast, low latency responses. The chatbot receives the user's live financial context on every turn — budget, spent amount, savings, credit card due, card offers, and recent transactions — giving specific personalized answers, not generic advice. The photo analyzer lets users photograph any product and get an instant recommendation on which card gives the best cashback or reward points for that purchase. For the demo we built a mock bank simulator alongside the main app. Every transaction in the mock bank writes to Firebase and CredIQ updates in under three seconds. In production this is replaced by the RBI regulated Account Aggregator framework through TSPs like Setu. Revenue comes from a freemium subscription at ₹99 per month, card application commissions from banking partners, and merchant affiliate deals. Half a percent of India's credit card market at that price is fifty crore annual recurring revenue. CredIQ is the spending companion the mass market credit card user has never had.

CaptionCraft AI

CaptionCraft AI

**CaptionCraft AI**, developed by **Team Code Craft**, is an AI-powered video captioning platform that generates contextual captions using a multimodal AI pipeline. Instead of relying only on speech, it combines visual and audio understanding to create captions that accurately reflect a video's content. Each uploaded video first undergoes validation before entering the pipeline. Keyframes are extracted to capture important scenes, while the audio track is processed separately. If speech is detected, it is transcribed using an AI speech recognition model. The extracted keyframes and transcript, when available, are used to generate a summary of the video, which is then transformed into natural, context-aware captions. Videos without speech are also supported by generating captions primarily from visual information. To improve performance, CaptionCraft AI uses a four-worker parallel architecture. Each worker independently processes one video through the complete pipeline, enabling multiple videos to be captioned simultaneously and significantly reducing processing time. The backend is provider-agnostic, allowing seamless switching between **Google Gemini**, **Fireworks AI**, and **locally hosted language models** without modifying the pipeline. This enables deployment based on performance, cost, privacy, or offline requirements. Built with **FastAPI** and **React + Vite**, the application follows a modular architecture that is easy to extend with multilingual support, subtitle exports (SRT/VTT), timestamps, speaker identification, additional caption styles, and platform integrations. By combining multimodal AI, configurable LLM backends, and parallel processing, CaptionCraft AI provides a fast, scalable, and flexible solution for automatically generating high-quality video captions.