{"id":15757402,"url":"https://github.com/abdbarho/transformers-stack","last_synced_at":"2025-04-30T20:08:13.299Z","repository":{"id":96988753,"uuid":"527152430","full_name":"AbdBarho/transformers-stack","owner":"AbdBarho","description":"A full stack solution for deploying a transformers model from HuggingFace","archived":false,"fork":false,"pushed_at":"2022-11-11T06:24:10.000Z","size":81,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T20:08:07.820Z","etag":null,"topics":["docker","docker-compose","huggingface","nextjs","transformers"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbdBarho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-21T08:51:50.000Z","updated_at":"2023-07-25T15:00:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"6153fe99-e915-4828-848c-1d1a6f24bfa5","html_url":"https://github.com/AbdBarho/transformers-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdBarho%2Ftransformers-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdBarho%2Ftransformers-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdBarho%2Ftransformers-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdBarho%2Ftransformers-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdBarho","download_url":"https://codeload.github.com/AbdBarho/transformers-stack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251774896,"owners_count":21641731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","huggingface","nextjs","transformers"],"created_at":"2024-10-04T09:20:43.483Z","updated_at":"2025-04-30T20:08:13.264Z","avatar_url":"https://github.com/AbdBarho.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transformers Stack\n\nA full stack solution for deploying a language model from hugging face with a simple UI for prompting the model and tracking the results.\n\nThis project uses `docker compose` for orchestrating two containers, `model` which contains the model with a simple http interface, and `ui` which is a next.js application that provides access to the model in a UI.\n\n\n## Setup\n\n\nupdate the variable `MODEL_KEY` in `docker-compose.yml` to the name of the model you want, for example `bigscience/bloom-560m` or `EleutherAI/gpt-neo-1.3B`.\n\nAnd then run `docker compose up --build`! thats all you need! The UI will be available on [http://localhost:9999](http://localhost:9999) (you can change the port also in  `docker-compose.yml` )\n\n### Run on CPU\ncreate a file called `docker-compose.override.yml` and put the following in it:\n```yml\nservices:\n  model:\n    deploy: {}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdbarho%2Ftransformers-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdbarho%2Ftransformers-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdbarho%2Ftransformers-stack/lists"}