| --- |
| title: TeichAI Community Requests |
| emoji: ๐ |
| colorFrom: yellow |
| colorTo: red |
| sdk: docker |
| pinned: false |
| license: apache-2.0 |
| --- |
| |
| # TeichAI Community Requests |
|
|
| A community platform for submitting and voting on model distillation and dataset requests for [TeichAI](https://teichai.com). |
|
|
| ## Features |
|
|
| - **Model Distillation Requests**: Request distilled versions of frontier models (Claude, GPT, Gemini) into open-source student models (Qwen3, Llama, etc.) |
| - **Dataset Requests**: Request reasoning datasets generated from various AI models |
| - **Upvoting System**: Vote on requests to help prioritize what gets built next |
| - **Persistent Storage**: All requests are saved and persisted |
|
|
| ## How It Works |
|
|
| 1. Submit a request for a model distillation or reasoning dataset |
| 2. Upvote requests from other community members |
| 3. We prioritize requests based on community interest |
| 4. Models and datasets are published on our [Hugging Face page](https://huggingface.co/TeichAI) |
|
|
| ## Tech Stack |
|
|
| - Next.js 15 |
| - React 19 |
| - Tailwind CSS |
| - Radix UI |
| - Docker |
|
|
| ## Development |
|
|
| ```bash |
| npm install |
| npm run dev |
| ``` |
|
|
| ## Links |
|
|
| - [TeichAI Website](https://teichai.com) |
| - [TeichAI on Hugging Face](https://huggingface.co/TeichAI) |
| - [Support Us](https://paypal.me/TeichAI) |
|
|