Commit History

fix: correct audio buffer handling in full text processing response
4c06331

spagestic commited on

fix: update explanation generation model to mistral-medium-2505
dd41680

spagestic commited on

feat: add FULL_TEXT_TTS_ENDPOINT to environment variables
7a01564

spagestic commited on

feat: implement simplified audio processing with enhanced TTS API integration
8f3c067

spagestic commited on

fix: downgrade click package version to 8.1.7
f3de058

spagestic commited on

api docs and code added
06a06a0

spagestic commited on

docs: enhance README with detailed application overview, features, and installation instructions
e37b0d2

spagestic commited on

fix: update video link in README to point to the correct overview
1027486

spagestic commited on

fix: update command in tasks.json to correct app.py path
ccca1e4

spagestic commited on

fix: add soundfile package to requirements
0660479

spagestic commited on

fix: update import path for TextExplainer to reflect new structure
68c0007

spagestic commited on

fix: update app_file path in README to reflect correct location
868664a

spagestic commited on

removed old code
56a57a9

spagestic commited on

docs: update README to include video overview section
065887d

spagestic commited on

fix: update websockets version constraint to allow compatible versions
b0242c5

spagestic commited on

Revert "feat: implement AudioConcatenator package with audio processing utilities"
e9fc350

spagestic commited on

Revert "fix: update websockets version constraint for compatibility"
e7bf801

spagestic commited on

feat: implement AudioConcatenator package with audio processing utilities
9274377

spagestic commited on

fix: update websockets version constraint for compatibility
c9078b4

spagestic commited on

fix: downgrade tomlkit version to 0.12.0 for compatibility
7570654

spagestic commited on

fix: update pillow version constraint to allow compatible versions
c1f0907

spagestic commited on

fix: remove MarkupSafe dependency from requirements.txt
06c5855

spagestic commited on

fix: remove gradio_client dependency from requirements.txt
b57d894

spagestic commited on

fix: downgrade aiofiles version to 23.2.1 for compatibility
236e44a

spagestic commited on

fix: downgrade gradio version to 4.36.0 for compatibility
df1f719

spagestic commited on

fix: update app_file path in README to reflect new directory structure
9ec4337

spagestic commited on

fix: downgrade python-dotenv to version 1.1.0 for compatibility
dc0590b

spagestic commited on

feat: Update audio processing to support parallel chunking and enhance text chunking logic
91e586d

spagestic commited on

feat: Add VSCode task to activate virtual environment and run app.py
94d063a

spagestic commited on

feat: Remove text truncation logic from audio generation process
fba7e74

spagestic commited on

feat: Update PDF processing to improve status updates during audio generation
728418b

spagestic commited on

feat: Enhance PDF processing to automatically extract text, generate explanations, and produce audio
37d50b6

spagestic commited on

feat: Add explanation generation and audio output features to PDF extractor
c2ba9da

spagestic commited on

feat: Load environment variables at the start of the application
57d77b7

spagestic commited on

feat: Enhance PDF extraction interface with improved layout and error handling
19033cb

spagestic commited on

feat: Initialize PDF upload functionality with Gradio interface
7f023d8

spagestic commited on

feat: Improve TTS audio generation with enhanced progress tracking and error handling
de90621

spagestic commited on

feat: Simplify interface by removing unused buttons and status outputs
3924db1

spagestic commited on

feat: Add TTS audio generation for explanations and improve error handling
52e8f39

spagestic commited on

chatterbox imported
c8f218f

spagestic commited on

feat: Enhance explanation prompts for clarity and relevance
fa5acc0

spagestic commited on

feat: Include chat history in the explain text response
6416369

spagestic commited on

feat: Filter out placeholder explanations in display formatting
67ad1ee

spagestic commited on

feat: Simplify explanation formatting by concatenating explanations for display
2446fd1

spagestic commited on

refactor: Remove unnecessary blank lines in create_dummy_interface function
7a17498

spagestic commited on

feat: Skip API call for short content and log to chat history for context
87aa8ec

spagestic commited on

feat: Enhance topic extraction in TextExplainer with structured output and improved context handling
0c15627

spagestic commited on

feat: Enhance TextExplainer to maintain chat history for contextual explanations
f5356f4

spagestic commited on