We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
atm:
what we should have:
something like
screenpipe ├── api-server (always running) │ ├── REST endpoints │ └── WebSocket connections ├── core-services │ ├── vision-service │ │ ├── screenshot │ │ ├── ocr, ui │ │ └── video encoding │ └── audio-service │ ├── vad │ ├── diarization │ └── transcription └── pipe-runner (always running) └── plugin management screenpipe-api # always running, lightweight screenpipe-vision # heavy CPU/GPU usage screenpipe-audio # heavy CPU/GPU usage screenpipe-pipes # sandboxed plugins
maybe it should be different binaries, etc.
maybe we should run a whisper API also?
@EzraEllette @neo773 @ologbonowiwi @tribhuwan-kumar
thoughts?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
atm:
what we should have:
something like
maybe it should be different binaries, etc.
maybe we should run a whisper API also?
@EzraEllette @neo773 @ologbonowiwi @tribhuwan-kumar
thoughts?
The text was updated successfully, but these errors were encountered: