An open API service for producing an overview of a list of open source projects.

awesome-llama: https://github.com/voixa/backend

llama self-hosted voice-assistant

Score: -Infinity

Last synced: about 3 hours ago
JSON representation

Repository metadata:

Backend for hosting Voixa service. Written in Go.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 11 days ago

Total Commits: 0
Total Committers: 1
Avg Commits per committer: 3.0
Development Distribution Score (DDS): 0.0

Commits in past year: 3
Committers in past year: 1
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Đức Đào d****1@g****m 3

Issue and Pull Request metadata

Last synced: over 1 year ago

Total issues: 0
Total pull requests: 0
Average time to close issues: N/A
Average time to close pull requests: N/A
Total issue authors: 0
Total pull request authors: 0
Average comments per issue: 0
Average comments per pull request: 0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/voixa/backend

Top Issue Authors

Top Pull Request Authors


Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/voixa/backend

  • Homepage: https://github.com/voixa/backend
  • Documentation: https://pkg.go.dev/github.com/voixa/backend#section-documentation
  • Licenses: MIT
  • Latest release: v0.0.0-20240106151602-21dcd7d350eb (published about 2 years ago)
  • Last Synced: 2026-03-22T22:03:15.758Z (11 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 9.386%
    • Average: 9.984%
    • Dependent repos count: 10.583%

Dependencies

go.mod go
  • github.com/bytedance/sonic v1.9.1
  • github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
  • github.com/gabriel-vasile/mimetype v1.4.2
  • github.com/gin-contrib/sse v0.1.0
  • github.com/gin-gonic/gin v1.9.1
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.14.0
  • github.com/goccy/go-json v0.10.2
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/cpuid/v2 v2.2.4
  • github.com/leodido/go-urn v1.2.4
  • github.com/mattn/go-isatty v0.0.19
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/pelletier/go-toml/v2 v2.0.8
  • github.com/twitchyliquid64/golang-asm v0.15.1
  • github.com/ugorji/go/codec v1.2.11
  • golang.org/x/arch v0.3.0
  • golang.org/x/crypto v0.9.0
  • golang.org/x/net v0.10.0
  • golang.org/x/sys v0.8.0
  • golang.org/x/text v0.9.0
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/bytedance/sonic v1.5.0
  • github.com/bytedance/sonic v1.9.1
  • github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06
  • github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/gabriel-vasile/mimetype v1.4.2
  • github.com/gin-contrib/sse v0.1.0
  • github.com/gin-gonic/gin v1.9.1
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.14.0
  • github.com/goccy/go-json v0.10.2
  • github.com/golang/protobuf v1.5.0
  • github.com/google/go-cmp v0.5.5
  • github.com/google/gofuzz v1.0.0
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/cpuid/v2 v2.0.9
  • github.com/klauspost/cpuid/v2 v2.2.4
  • github.com/leodido/go-urn v1.2.4
  • github.com/mattn/go-isatty v0.0.19
  • github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/pelletier/go-toml/v2 v2.0.8
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/objx v0.5.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.7.0
  • github.com/stretchr/testify v1.7.1
  • github.com/stretchr/testify v1.8.0
  • github.com/stretchr/testify v1.8.1
  • github.com/stretchr/testify v1.8.2
  • github.com/stretchr/testify v1.8.3
  • github.com/twitchyliquid64/golang-asm v0.15.1
  • github.com/ugorji/go/codec v1.2.11
  • golang.org/x/arch v0.0.0-20210923205945-b76863e36670
  • golang.org/x/arch v0.3.0
  • golang.org/x/crypto v0.9.0
  • golang.org/x/net v0.10.0
  • golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.8.0
  • golang.org/x/text v0.9.0
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/protobuf v1.26.0-rc.1
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1
  • rsc.io/pdf v0.1.1
pkg/env/go.mod go
  • github.com/joho/godotenv v1.5.1
pkg/env/go.sum go
  • github.com/joho/godotenv v1.5.1
pkg/server/go.mod go
pkg/server/router/go.mod go
  • github.com/bytedance/sonic v1.9.1
  • github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
  • github.com/gabriel-vasile/mimetype v1.4.2
  • github.com/gin-contrib/sse v0.1.0
  • github.com/gin-gonic/gin v1.9.1
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.14.0
  • github.com/goccy/go-json v0.10.2
  • github.com/joho/godotenv v1.5.1
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/cpuid/v2 v2.2.4
  • github.com/leodido/go-urn v1.2.4
  • github.com/mattn/go-isatty v0.0.19
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/pelletier/go-toml/v2 v2.0.8
  • github.com/twitchyliquid64/golang-asm v0.15.1
  • github.com/ugorji/go/codec v1.2.11
  • golang.org/x/arch v0.3.0
  • golang.org/x/crypto v0.9.0
  • golang.org/x/net v0.10.0
  • golang.org/x/sys v0.8.0
  • golang.org/x/text v0.9.0
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/yaml.v3 v3.0.1
pkg/server/router/go.sum go
  • github.com/bytedance/sonic v1.5.0
  • github.com/bytedance/sonic v1.9.1
  • github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06
  • github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/gabriel-vasile/mimetype v1.4.2
  • github.com/gin-contrib/sse v0.1.0
  • github.com/gin-gonic/gin v1.9.1
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.14.0
  • github.com/goccy/go-json v0.10.2
  • github.com/golang/protobuf v1.5.0
  • github.com/google/go-cmp v0.5.5
  • github.com/google/gofuzz v1.0.0
  • github.com/joho/godotenv v1.5.1
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/cpuid/v2 v2.0.9
  • github.com/klauspost/cpuid/v2 v2.2.4
  • github.com/leodido/go-urn v1.2.4
  • github.com/mattn/go-isatty v0.0.19
  • github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/pelletier/go-toml/v2 v2.0.8
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/objx v0.5.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.7.0
  • github.com/stretchr/testify v1.7.1
  • github.com/stretchr/testify v1.8.0
  • github.com/stretchr/testify v1.8.1
  • github.com/stretchr/testify v1.8.2
  • github.com/stretchr/testify v1.8.3
  • github.com/twitchyliquid64/golang-asm v0.15.1
  • github.com/ugorji/go/codec v1.2.11
  • golang.org/x/arch v0.0.0-20210923205945-b76863e36670
  • golang.org/x/arch v0.3.0
  • golang.org/x/crypto v0.9.0
  • golang.org/x/net v0.10.0
  • golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.8.0
  • golang.org/x/text v0.9.0
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/protobuf v1.26.0-rc.1
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1
  • rsc.io/pdf v0.1.1
pkg/server/router/handlers/go.mod go
  • github.com/bytedance/sonic v1.9.1
  • github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
  • github.com/gabriel-vasile/mimetype v1.4.2
  • github.com/gin-contrib/sse v0.1.0
  • github.com/gin-gonic/gin v1.9.1
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.14.0
  • github.com/goccy/go-json v0.10.2
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/cpuid/v2 v2.2.4
  • github.com/leodido/go-urn v1.2.4
  • github.com/mattn/go-isatty v0.0.19
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/pelletier/go-toml/v2 v2.0.8
  • github.com/twitchyliquid64/golang-asm v0.15.1
  • github.com/ugorji/go/codec v1.2.11
  • golang.org/x/arch v0.3.0
  • golang.org/x/crypto v0.9.0
  • golang.org/x/net v0.10.0
  • golang.org/x/sys v0.8.0
  • golang.org/x/text v0.9.0
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/yaml.v3 v3.0.1
pkg/server/router/handlers/go.sum go
  • github.com/bytedance/sonic v1.5.0
  • github.com/bytedance/sonic v1.9.1
  • github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06
  • github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/gabriel-vasile/mimetype v1.4.2
  • github.com/gin-contrib/sse v0.1.0
  • github.com/gin-gonic/gin v1.9.1
  • github.com/go-playground/assert/v2 v2.2.0
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.14.0
  • github.com/goccy/go-json v0.10.2
  • github.com/golang/protobuf v1.5.0
  • github.com/google/go-cmp v0.5.5
  • github.com/google/gofuzz v1.0.0
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/cpuid/v2 v2.0.9
  • github.com/klauspost/cpuid/v2 v2.2.4
  • github.com/leodido/go-urn v1.2.4
  • github.com/mattn/go-isatty v0.0.19
  • github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/pelletier/go-toml/v2 v2.0.8
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/objx v0.5.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.7.0
  • github.com/stretchr/testify v1.7.1
  • github.com/stretchr/testify v1.8.0
  • github.com/stretchr/testify v1.8.1
  • github.com/stretchr/testify v1.8.2
  • github.com/stretchr/testify v1.8.3
  • github.com/twitchyliquid64/golang-asm v0.15.1
  • github.com/ugorji/go/codec v1.2.11
  • golang.org/x/arch v0.0.0-20210923205945-b76863e36670
  • golang.org/x/arch v0.3.0
  • golang.org/x/crypto v0.9.0
  • golang.org/x/net v0.10.0
  • golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.8.0
  • golang.org/x/text v0.9.0
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • google.golang.org/protobuf v1.26.0-rc.1
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1
  • rsc.io/pdf v0.1.1