CoolFace
Apppublic

MCP-1st-Birthday/StoryCatcher

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
5likes
50 commits on main
ad7da0910mo ago

Add info tooltip to provider selection in UI for better guidance

daniel-was-taken
8ba79f510mo ago

Update PDF display height in the UI for better visibility

daniel-was-taken
21fb78010mo ago

Update README.md to set pinned status to true

daniel-was-taken
1df249210mo ago

Update README.md to include LinkedIn post link

daniel-was-taken
2a4d92010mo ago

Update README.md to correct project title and refine short description

daniel-was-taken
c89f17810mo ago

Update README.md to include sponsors and providers section

daniel-was-taken
a1928d310mo ago

Update README.md to include voice input support, environment variable details, and Docker instructions

daniel-was-taken
bcc6c1410mo ago

Add initial library.json file with two novels and their details

daniel-was-taken
fd11c2910mo ago

Refactor run_one_click_novel to yield additional data and add get_first_chapter function for audio text extraction

daniel-was-taken
bd5957e10mo ago

Enhance fetch_anthropic_models_tool to handle missing API key and exceptions

daniel-was-taken
f3d39f110mo ago

Refactor like_novel and vote_current_book functions to improve session handling and button label updates

daniel-was-taken
ae8d58810mo ago

Implement toggle functionality for liking novels and update error handling for model fetching

daniel-was-taken
63ffd2710mo ago

Refactor MCP_SSE_URL to use environment variable for port configuration and update FastMCP server initialization comments

daniel-was-taken
256b3a510mo ago

Fix MCP_SSE_URL assignment to use environment variable for port configuration

daniel-was-taken
504dc2510mo ago

Merge branch 'main' of https://huggingface.co/spaces/daniel-was-taken/dreamcatcher

daniel-was-taken
b4f6cc710mo ago

Remove unnecessary GPU decorators from functions in app.py and clean up whitespace in server.py

daniel-was-taken
ade1b5810mo ago

Update README.md (#1)

daniel-was-taken, owenkaplinsky
0257a5810mo ago

Create Dockerfile (#2)

daniel-was-taken, owenkaplinsky
b73a78510mo ago

Update MCP SSE URL handling and refactor FastAPI initialization

daniel-was-taken
f5b42b610mo ago

Refactor MCP SSE URL handling and update requirements for python-multipart

daniel-was-taken
8fea05310mo ago

Enhance FastAPI initialization and update main entry point for Uvicorn

daniel-was-taken
76649c910mo ago

Merge branch 'main' of https://huggingface.co/spaces/daniel-was-taken/dreamcatcher

daniel-was-taken
2ef546510mo ago

Comment out the main entry point for uvicorn in server.py

daniel-was-taken
cd627e010mo ago

Update README.md

daniel-was-taken
250493610mo ago

Update README.md

daniel-was-taken
bf871d610mo ago

Update README.md

daniel-was-taken
cb4e6bc10mo ago

Update gradio dependency to require version 6.0.0 or higher and add fastapi to requirements.txt

daniel-was-taken
99af69910mo ago

Update app_file reference in README.md to point to server.py

daniel-was-taken
c302bac10mo ago

Refactor FastMCP integration to streamline SSE handling and improve app structure

daniel-was-taken
0de04f510mo ago

Refactor FastAPI initialization and SSE endpoint handling for improved structure and clarity

daniel-was-taken
fdd7abf10mo ago

Refactor MCP client integration to use SSE and update server initialization for improved performance

daniel-was-taken
66c7a8310mo ago

Refactor SERVER_PATH definition for improved path handling and update gradio dependency in requirements.txt

daniel-was-taken
22aa95610mo ago

Enable MCP server in demo launch for improved functionality

daniel-was-taken
a7ff0bc10mo ago

Update mcp.run() to specify transport method for improved functionality

daniel-was-taken
a15499310mo ago

Remove GPU decorator from multiple async functions in app.py to streamline execution

daniel-was-taken
03c3c5810mo ago

Add GPU decorator to various functions in app.py for enhanced performance

daniel-was-taken
bcd43d210mo ago

Add GPU decorator and enhance slider info in app.py; update requirements.txt to include spaces

daniel-was-taken
5f8ed7510mo ago

Remove unnecessary theme specification in demo launch

daniel-was-taken
1a07fd910mo ago

Add server functionality for text generation and audio narration

daniel-was-taken
5fc4b2010mo ago

Update .gitignore to include directories for trials and Gradio

daniel-was-taken
ed0c63410mo ago

Update requirements.txt to include necessary dependencies for project functionality

daniel-was-taken
a71e34910mo ago

Remove Python version specification file

daniel-was-taken
36aaee810mo ago

Refactor code structure for improved readability and maintainability

daniel-was-taken
7fc1dcf10mo ago

Refactor transcriber function to improve audio processing and update model configuration

daniel-was-taken
6e934b310mo ago

Refactor transcriber function to simplify audio processing and update model to 'openai/whisper-large'

daniel-was-taken
948d8fb10mo ago

Update ASR model to use 'openai/whisper-large-v3-turbo' for improved transcription accuracy

daniel-was-taken
0db96e110mo ago

Add torchaudio and torchvision to requirements.txt

daniel-was-taken
3a8ff8f10mo ago

Refactor device handling for transcriber to improve compatibility with CPU

daniel-was-taken
b38f6ae10mo ago

Refactor requirements.txt to remove version constraints for dependencies

daniel-was-taken
9cae18810mo ago

Remove PyTorch and related dependencies from requirements.txt

daniel-was-taken