2023-03-16 09:26:43 +00:00
## 🐾 Tabby
2023-03-16 09:28:20 +00:00
[](https://opensource.org/licenses/Apache-2.0)
2023-03-16 09:26:43 +00:00
[](https://github.com/psf/black)
2023-03-22 15:20:24 +00:00

2023-03-16 09:26:43 +00:00
> **Warning**
> This repository is undering heavy construction, everything changes fast.
2023-03-16 10:23:45 +00:00
2023-03-22 16:22:44 +00:00
An opensource / on-prem alternative to GitHub Copilot
2023-03-22 16:21:07 +00:00
2023-03-16 10:23:45 +00:00
## Contents
2023-03-22 15:18:12 +00:00
* [`admin` ](./admin ): Admin panel for monitoring / settings purpose.
2023-03-22 15:27:30 +00:00
* [`server` ](./server ): API server for completion requests. It also logs users' selections (as feedback to model's quality).
2023-03-22 15:18:12 +00:00
* [`deployment` ](./deployment ): Container related deployment configs.
2023-03-24 01:58:04 +00:00
* [`tasks` ](./tasks ): Various data processing scripts.
2023-03-23 05:10:59 +00:00
## Development
Assuming Linux workstation with:
1. docker
2. docker w/ gpu driver
3. python 3.10
2023-03-23 06:14:33 +00:00
Use `make setup-development-environment` to setup basic dev environment, and `make dev` to start local development server.
2023-03-23 08:02:02 +00:00
## 🙋 We're hiring
Come help us make Tabby even better. We're growing fast [and would love for you to join us ](https://tabbyml.notion.site/Careers-35b1a77f3d1743d9bae06b7d6d5b814a ).