AI_HUB2 / README.md
DSDUDEd's picture
Update README.md
a037cbd verified
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 Space
  • app_port: 7860 β†’ Exposes the Flask app inside the container
  • task β†’ 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: false indicates 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