Commit History

doesn't seem to be running
db0b943

gpaasch commited on

setup for local llm
f6efb83

gpaasch commited on

neaten
a81ef3c

gpaasch commited on

use llamacpp integration instead
984d858

gpaasch commited on

no problems, local llm setup
255428d

gpaasch commited on

requests module for optional mcp endpoint testing
693aa4d

gpaasch commited on

feat: Add local LLM support with ctransformers
c024962

gpaasch commited on

works
932f0ad

gpaasch commited on

problems resolved
d6d864a

gpaasch commited on

the api has changed in recent version of gradio
2901e96

gpaasch commited on

created a test script to verify the MCP endpoint
80dbc19

gpaasch commited on

include MCP-specific configurations
d74007c

gpaasch commited on

interactive questioning enhancement
ed04336

gpaasch commited on

getting local to work to prevent burining up my credits
0ef172c

gpaasch commited on

neaten
3f1fdcf

gpaasch commited on

hf embeddings for llama index had to be installed: https://docs.llamaindex.ai/en/stable/module_guides/models/embeddings/
357828f

gpaasch commited on

If you’re using Gradio’s built-in browser mic input (e.g. gr.Audio(source="microphone") for real-time ASR), you can drop both sounddevice and pyaudio. You’ll still need ffmpeg on the server (or your dev box) so Gradio can transcode incoming audio blobs
36b0f3d

gpaasch commited on

removed unused imports
dd35ab8

gpaasch commited on

fix: ImportError: cannot import name 'SimpleDirectoryReader' from 'llama_index' (unknown location)
8bdfed2

gpaasch commited on

switching from openaid whisper to gradio asr: https://www.gradio.app/guides/real-time-speech-recognition
7e29701

gpaasch commited on

readme is good now
00f30b1

gpaasch commited on

Merge remote-tracking branch 'competition/main'
77640a8

gpaasch commited on

Merge remote-tracking branch 'competition/main'
6391f64

gpaasch commited on

initial commit
5d82b3b

gpaasch commited on

Duplicate from gradio-templates/chatbot
49c7d4c

gpaasch pngwn HF Staff commited on

added a streaming Audio input component per the Gradio guide—using Whisper for transcription in real time and piping the resulting text into the chatflow
2d164e9

gpaasch commited on

In Gradio Spaces (and all HF SDKs), any Debian-level dependencies go in a file called packages.txt at the root of your repo
05e7351

gpaasch commited on

Add apt.txt for system dependencies (portaudio, ffmpeg, etc.) and remove Dockerfile
93a7ba3

gpaasch commited on

chore: add Dockerfile to install PortAudio, FFmpeg, and image libs for Space builds
da6c4a9

gpaasch commited on

Add optional audio dependencies and FFmpeg note to requirements.txt
1a0e627

gpaasch commited on

description was too long
f5a0b35

gpaasch commited on

invalid tag
1e16ccd

gpaasch commited on

Update README to reflect audio-driven pipeline and multi-backend LLM support
613f00e

gpaasch commited on

Add langchain and langchain-community to requirements
2e3ba46

gpaasch commited on

Add multi‐backend LLM support and audio‐driven medical agent pipeline
82d84c7

gpaasch commited on

Use `demo` as Gradio entrypoint identifier
fd7fa97

gpaasch commited on

Use `demo` as Gradio entrypoint identifier
8af31af

gpaasch commited on

mcp_server=true came from chatgpt, isn't valid
79312d0

gpaasch commited on

using the wrapper is way better because it sets the pwd to the root of the repo
e7f7ba5

gpaasch commited on

Add root-level app.py wrapper; preserve src/ layout
deb0a6d

gpaasch commited on

using gradio 5.33.0
0b7d727

gpaasch commited on

added ability to develop on my local rtx2060
16559c8

gpaasch commited on

utilizing llama index can net an extra $1000 in winnings
1f22857

gpaasch commited on

interactive questioning is key and demos the unique capabilities of ai
c0a6243

gpaasch commited on

my current goal is to get a simple version of the Symptom-to-ICD MCP server running
e5e6a83

gpaasch commited on

mvp checklist
1bd8cdf

gpaasch commited on

tag is required for competition submission
5957a6c

gpaasch commited on

badly needed link added
1c75f41

gpaasch commited on

icd system isn't actually that useful
22d9675

gpaasch commited on

finished reading Strategy to Win the MCP Tool/Server Hackathon Track paper
175cd72

gpaasch commited on