Add dedicated Claude tablet OS for Samsung Galaxy Tab S9 FE#18
Open
Call-OnDad wants to merge 3 commits into
Open
Add dedicated Claude tablet OS for Samsung Galaxy Tab S9 FE#18Call-OnDad wants to merge 3 commits into
Call-OnDad wants to merge 3 commits into
Conversation
Adds a complete web-based Jarvis interface backed by Claude (Anthropic API), designed to run as a dedicated kiosk on the Tab S9 FE. - app.py: Flask server with SSE streaming from Claude API - claude_assist.py: Claude drop-in replacement for assist.py (CLI voice mode) - templates/index.html + static/: Touch-optimized dark UI with animated orb, streaming text, typing indicator, voice input (Web Speech API), and TTS - static/manifest.json + icon.svg: PWA manifest for home-screen installation - tools.py: Removed assist.py dependency; tools now standalone - jarvis.py: Switched CLI voice mode to use claude_assist - requirements.txt: Added flask, anthropic, edge-tts; made whisper optional - setup.sh / start.sh: One-command setup and launch scripts - .env.example: Environment variable template - FLASH_GUIDE.md: Full Samsung Galaxy Tab S9 FE setup guide covering Termux kiosk path (no-root, recommended) and custom ROM path (bootloader unlock) https://claude.ai/code/session_01WN1ZPQnnMfQEv4hpMGq87b
…tion Web app only needs flask + anthropic. Audio packages moved to optional comments since browser handles all TTS/STT on the tablet. https://claude.ai/code/session_01WN1ZPQnnMfQEv4hpMGq87b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a complete web-based Jarvis interface backed by Claude (Anthropic API), designed to run as a dedicated kiosk on the Tab S9 FE.
https://claude.ai/code/session_01WN1ZPQnnMfQEv4hpMGq87b