Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
30
commits
feat(server): implement /process-message POST route for text and speech generation
b6d6218View on GitHubfeat(server): implement /speech-to-text POST route for speech transcription
a468d48View on GitHubfeat(worker): implement Watson STT and TTS using HTTP API calls
6ffe5d5View on GitHubfeat(worker): implement watsonx LLM integration for English-to-German translation
03e3916View on GitHubfeat(server): implement root route to serve main HTML interface
84dc345View on GitHubdocs(requirements): set up Module6_ProjectBabelFishWithLLM and update global requirements
6d185b4View on GitHubdocs(requirements): finalize requirements.txt for chatbot project
958dcafView on GitHubfeat(worker): implement prompt processing with chat history tracking
e3e7b1dView on GitHubfeat(worker): add PDF loading and text splitting logic for document processing
3d26245View on GitHubfeat: initialize HuggingFaceInstructEmbeddings for document vectorization
21349cbView on GitHubchore(setup): clone IBM chatbot starter repo and prepare project structure
67d8513View on GitHubdocs(readme): add FFmpeg installation instructions for Module 4 (Whisper ASR support)
b5839bfView on GitHubfeat(ui): add basic Gradio demo app (hello.py) in Module4_GenerativeAIPoweredMeetingAssistant
d501dcaView on GitHubfeat(asr): add Whisper-based transcription script using Hugging Face
056958cView on GitHub