metadata
title: AI_HUB
emoji: π€
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
license: mit
task:
- Text Generation
- Code Generation
π€ AI_HUB
AI_HUB is a custom Hugging Face Space built using Docker, running two open-source coding models:
- π§ Qwen / Qwen2.5-Coder-1.5B
- β‘ deepseek-ai / DeepSeek-R1-Distill-Qwen-1.5B
This project provides a sleek custom Flask web interface (no Gradio) with model switching and code-friendly chat generation.
π§© Features
- π Two high-quality 1.5B coding models
- π§° Docker-based environment (full control, no SDK limits)
- π₯οΈ Custom frontend with HTML/CSS/JS
- π§ Switch between Qwen and DeepSeek models
- π¬ Simple chat interface for fast experimentation
- β‘ Supports both code generation and text generation tasks
βοΈ Hugging Face Space Configuration
sdk: dockerβ Uses your Dockerfile to build the Spaceapp_port: 7860β Exposes the Flask app inside the containertaskβ Ensures your Space appears under Text Generation and Code Generation categories
β Tip: After updating your README and pushing it to your Space repository, Hugging Face will automatically categorize your Space under both tasks, making it easier for users to find.
pinned: falseindicates the Space is not pinned.
Reference: Spaces Config Reference
π Run Locally
git clone https://huggingface.co/spaces/<your-username>/AI_HUB
cd AI_HUB
docker build -t ai_hub .
docker run -p 7860:7860 ai_hub