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

awesome-llama: https://github.com/OwlAIProject/Owl

ai ble bluetooth esp32 llama2 mistral nrf52840 ollama wearable whisper

Score: 7.85243908535751

Last synced: about 5 hours ago
JSON representation

Repository metadata:

A personal wearable AI that runs locally


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 months ago

Total Commits: 359
Total Committers: 4
Avg Commits per committer: 89.75
Development Distribution Score (DDS): 0.474

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

Name Email Commits
Ethan Sutin e****n@s****t 189
Bart Trzynadlowski b****y@g****m 168
Nik Shevchenko 4****3 1
Castro Alhdo a****o@o****m 1

Issue and Pull Request metadata

Last synced: 3 months ago

Total issues: 7
Total pull requests: 63
Average time to close issues: 38 minutes
Average time to close pull requests: 14 days
Total issue authors: 7
Total pull request authors: 7
Average comments per issue: 0.29
Average comments per pull request: 0.19
Merged pull request: 50
Bot issues: 0
Bot pull requests: 0

Past year issues: 1
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 1
Past year pull request authors: 1
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.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/OwlAIProject/Owl

Top Issue Authors

  • skywinder (1)
  • ninjaa (1)
  • thiswillbeyourgithub (1)
  • svromashkin (1)
  • trzy (1)
  • ThinkOffApp (1)
  • firststef (1)

Top Pull Request Authors

  • etown (28)
  • trzy (23)
  • alhdo (4)
  • kodjima33 (3)
  • siro83 (2)
  • jcp (2)
  • madcodrr (1)

Top Issue Labels

Top Pull Request Labels


Dependencies

.github/workflows/docker-image.yml actions
  • actions/checkout v2 composite
  • docker/build-push-action v2 composite
  • docker/login-action v1 composite
  • docker/setup-buildx-action v1 composite
Dockerfile docker
  • python 3.11-slim build
clients/web/Dockerfile docker
  • node 18-alpine build
docker-compose.yml docker
  • etown/owl latest
  • etown/owl-web latest
clients/web/package-lock.json npm
  • 156 dependencies
clients/web/package.json npm
  • autoprefixer ^10.0.1 development
  • postcss ^8 development
  • tailwindcss ^3.3.0 development
  • http-proxy ^1.18.1
  • next 14.1.0
  • react ^18
  • react-dom ^18
  • react-icons ^5.0.1
  • socket.io-client ^4.7.4
  • uuid ^9.0.1
clients/web/yarn.lock npm
  • 148 dependencies
poetry.lock pypi
  • 171 dependencies
pyproject.toml pypi
requirements-windows.txt pypi
  • PyAudio *
  • alembic *
  • asyncio *
  • click *
  • ctranslate2 >=3.22,<4
  • deepgram-sdk *
  • fastapi *
  • halo *
  • huggingface-hub >=0.13
  • litellm *
  • nltk *
  • onnxruntime >=1.14,<2
  • pandas *
  • pvporcupine *
  • pyannote-audio ==3.1.1
  • pydantic *
  • pydantic-yaml *
  • pydub *
  • python-multipart *
  • python-socketio *
  • ray *
  • speechbrain *
  • sqlmodel *
  • tokenizers >=0.13,<0.16
  • torch >=2
  • torchaudio >=2
  • torchvision *
  • transformers *
  • uvicorn *
  • webrtcvad *
clients/android/app/build.gradle maven
  • androidx.activity:activity-compose 1.5.1 implementation
  • androidx.appcompat:appcompat 1.4.1 implementation
  • androidx.camera:camera-camera2 $camerax_version implementation
  • androidx.camera:camera-lifecycle $camerax_version implementation
  • androidx.camera:camera-view 1.0.0-alpha20 implementation
  • androidx.compose.material3:material3 * implementation
  • androidx.compose.material:material * implementation
  • androidx.compose.ui:ui * implementation
  • androidx.compose.ui:ui-tooling-preview * implementation
  • androidx.core:core-ktx 1.8.0 implementation
  • androidx.lifecycle:lifecycle-livedata-ktx 2.4.0 implementation
  • androidx.lifecycle:lifecycle-runtime-ktx 2.4.0 implementation
  • androidx.lifecycle:lifecycle-viewmodel-compose 2.4.0 implementation
  • androidx.lifecycle:lifecycle-viewmodel-ktx 2.4.0 implementation
  • com.google.code.gson:gson 2.8.6 implementation
  • com.squareup.okhttp3:okhttp 4.9.0 implementation
  • io.socket:socket.io-client 2.0.1 implementation
  • org.jetbrains.kotlinx:kotlinx-coroutines-android 1.5.2 implementation
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.3.0 implementation
  • junit:junit 4.13.2 testImplementation
clients/android/build.gradle maven