5sControl / 5sControl/5s-backend
[5h] Cоздать метод на сервере c 3мя основными параметрами работы
- Langage dominant
- Python
- Étoiles
- 2
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
создать метод на сервере:
первым параметром имеет на входе картинку;
второй параметр - промт, который обрабатывает картинку и узнает, что на ней происходит;
третий - имя инсталированной на нашем сервере модели.
Ответ по методу - текстовый ответ от чата.
Заранее продумать вариант, что на GPU будет несколько моделей.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Look for existing server endpoints in the Django REST Framework codebase, likely in views.py or api.py files. Identify where image processing and model inference are currently handled. The method needs to accept an image, a prompt, and a model name, then return text from the chat. Check how multiple GPU models are managed in the project's configuration or model loading logic.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- ai, backend
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100