{"id":13994187,"url":"https://github.com/ViperX7/Alpaca-Turbo","last_synced_at":"2025-07-22T19:31:13.159Z","repository":{"id":143724450,"uuid":"616709110","full_name":"ViperX7/Alpaca-Turbo","owner":"ViperX7","description":"Web UI to run alpaca model locally","archived":false,"fork":false,"pushed_at":"2023-05-27T01:41:38.000Z","size":2499,"stargazers_count":877,"open_issues_count":36,"forks_count":92,"subscribers_count":24,"default_branch":"main","last_synced_at":"2024-11-29T16:38:28.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ViperX7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-03-20T23:22:39.000Z","updated_at":"2024-11-18T10:48:53.000Z","dependencies_parsed_at":"2023-05-27T08:34:39.084Z","dependency_job_id":null,"html_url":"https://github.com/ViperX7/Alpaca-Turbo","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ViperX7/Alpaca-Turbo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViperX7%2FAlpaca-Turbo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViperX7%2FAlpaca-Turbo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViperX7%2FAlpaca-Turbo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViperX7%2FAlpaca-Turbo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ViperX7","download_url":"https://codeload.github.com/ViperX7/Alpaca-Turbo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViperX7%2FAlpaca-Turbo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266561167,"owners_count":23948610,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-08-09T14:02:45.259Z","updated_at":"2025-07-22T19:31:12.320Z","avatar_url":"https://github.com/ViperX7.png","language":"Python","readme":"# Alpaca-Turbo\n\n![Licence](https://img.shields.io/github/license/ViperX7/Alpaca-Turbo) \n\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/ViperX7/Alpaca-Turbo)](https://github.com/ViperX7/Alpaca-Turbo/releases) ![Commits/month](https://img.shields.io/github/commit-activity/m/ViperX7/Alpaca-Turbo)\n\n![Contributors](https://img.shields.io/github/contributors/ViperX7/Alpaca-Turbo) ![Downloads](https://img.shields.io/github/downloads/ViperX7/Alpaca-Turbo/total)\n[![Discord](https://img.shields.io/discord/1088190461816086660?label=Discord\u0026logo=discord\u0026logoColor=white\u0026color=ff69b4)](https://discord.gg/pm4JzCBHNn)\n\n\n\nAlpaca-Turbo is a frontend to use large language models that can be run locally without much setup required. It is a user-friendly web UI for the llama.cpp , with unique features that make it stand out from other implementations. The goal is to provide a seamless chat experience that is easy to configure and use, without sacrificing speed or functionality.\n\n## 📝 Example views\n\n\nhttps://user-images.githubusercontent.com/38191717/234747316-2e8d5f55-73f2-4f42-ad9a-11114de1825b.mp4\n\n\n\n## 📦 Installation Steps\n\n### 📺 Video Instructions\n- ToDo\n- ToDo\n\n#### 🐳 Using Docker (only Linux is supported with docker)\n- ToDo\n\n\n#### 🪟 Using Windows (standalone or miniconda) AND Mac M1/M2 (using miniconda)\n\n\u003e #### For Windows users we have a [oneclick standalone launcher - Alpaca-Turbo.exe](https://github.com/ViperX7/Alpaca-Turbo/releases/latest).\n\n1. Links for installing miniconda:\n    - [Windows](https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe) \n    - [Mac M1/M2](https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.pkg)\n      \u003e - Install for all users\n      \u003e - Make sure to add `c:\\ProgramData\\miniconda3\\condabin` to your environment variables\n2. Download the [latest alpaca-turbo.zip from the release page](https://github.com/ViperX7/Alpaca-Turbo/releases/latest).\n3. Extract Alpaca-Turbo.zip to Alpaca-Turbo\n\u003e Make sure you have enough space for the models in the extracted location\n4. Copy your alpaca models to alpaca-turbo/models/ directory.\n5. Open cmd as Admin and type\n   ```\n   conda init\n   ```\n6. close that window\n7. open a new cmd window in your Alpaca-Turbo dir and type\n   ```\n   conda create -n alpaca_turbo python=3.10 -y\n   conda activate alpaca_turbo\n   pip install -r requirements.txt\n   python app.py\n   ```\n\n9. ready to interact\n\n#### Directly installing with Pip\njust get the latest release unzip and then run \n\n```\npip install -r requirements.txt\npython app.py\n```\n\n## 💁 Contributing\n\nAs an open source project in a rapidly developing field, I am open to contributions, whether it be in the form of a new feature, improved infra, or better documentation.\n\nFor detailed information on how to [contribute](.github/CONTRIBUTING.md).\n\n## 🙌 Credits\n\n- [ggerganov/LLaMA.cpp](https://github.com/ggerganov/LLaMA.cpp) For their amazing cpp library\n- [antimatter15/alpaca.cpp](https://github.com/antimatter15/alpaca.cpp) For initial versions of their chat app\n- [cocktailpeanut/dalai](https://github.com/cocktailpeanut/dalai) For the Inspiration\n- MetaAI for the LLaMA models\n- Stanford for the alpaca [models](https://github.com/tatsu-lab/stanford_alpaca)\n\n## 🌟 History\n[![Star History Chart](https://api.star-history.com/svg?repos=ViperX7/Alpaca-Turbo\u0026type=Date)](https://star-history.com/#ViperX7/Alpaca-Turbo\u0026Date)\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FViperX7%2FAlpaca-Turbo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FViperX7%2FAlpaca-Turbo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FViperX7%2FAlpaca-Turbo/lists"}