remsky
85b492e031
Merge pull request #14 from fireblade2534/patch-1
2025-01-08 11:29:42 -07:00
Fireblade2534
418307d4a2
Update README.md
...
Fixes the open ai code to ensure it points to /v1
2025-01-08 10:30:35 -05:00
Fireblade
1f22cda9be
Fix remaining slashes not being converted into text and made % be converted
2025-01-08 08:50:22 -05:00
remsky
02292665c8
Update README.md
2025-01-08 04:43:23 -07:00
remsky
0bd4eb3e9b
Update README.md
2025-01-08 04:40:43 -07:00
remsky
f1ab1c2b69
Update README.md to reflect test and coverage improvements
2025-01-08 03:13:37 -07:00
remsky
a0a85f5ef0
-add email handling, minor additional URL processing, tests
2025-01-08 03:13:17 -07:00
remsky
e7ffcf49f5
fixed: async scandir finding voices
2025-01-07 21:36:07 -07:00
remsky
89bec47b0b
Refactor Docker Compose configuration to enable building from source
2025-01-07 21:33:04 -07:00
Fireblade
1625082724
Fix url parsing for urls without https, http, or www. It also allows raw ips, ports, and dashs
2025-01-07 19:34:38 -05:00
remsky
a8402782a7
Update README.md
2025-01-07 04:32:25 -07:00
remsky
d7e8a5c953
Adjusting aiofiles implementation, testing
2025-01-07 04:30:02 -07:00
remsky
130b084cce
- Added support for combining voices via any endpoint
...
- Updated the `process_voices` function to handle both string and list formats for voice input.
2025-01-07 03:50:08 -07:00
remsky
bb1f9b54ba
Merge pull request #10 from fireblade2534/master
...
Make urls readable
2025-01-07 00:21:53 -07:00
remsky
fddf26c905
Added tested, slight changes to regex
2025-01-07 00:18:44 -07:00
remsky
57903cc796
Update README.md
2025-01-06 20:26:23 -07:00
Fireblade
db2f3dd323
Made urls readable
2025-01-06 19:40:21 -05:00
remsky
78abc4a081
Update README.md
2025-01-06 04:00:21 -07:00
remsky
155eb69749
Update README.md
2025-01-06 03:59:16 -07:00
remsky
02766b23be
Update README.md
2025-01-06 03:58:08 -07:00
remsky
ab8e3c98f6
Merge pull request #9 from remsky/feat/streaming
...
-Added Streaming support
-Improved model warmup operations
-Minor optimizations to inference model structure
-Chunking configurations added
2025-01-06 03:53:50 -07:00
remsky
3cb595a129
Merge branch 'master' into feat/streaming
2025-01-06 03:52:24 -07:00
remsky
5199d4ca9a
Update readme & analysis
2025-01-06 03:49:31 -07:00
remsky
720c1fb97d
-update soundfile version
...
-alignment with streaming standards
-audio processing config settings
-more comprehensive model warmup
-minor model improvements
-enhancing testing, benchmarking
-cool ascii logo
2025-01-06 03:32:41 -07:00
remsky
4c6cd83f85
Swapped generator to preprocessing
2025-01-04 22:23:59 -07:00
remsky
58a8030646
ci: update Docker image tags to use 'latest' for CPU and UI versions
2025-01-04 21:19:07 -07:00
remsky
280291f2aa
ci: update Docker configurations to use pre-built images and UI services
2025-01-04 20:59:30 -07:00
remsky
e799f0c7c1
WIP: basic tests on OpenAI streaming compatibility
2025-01-04 18:09:23 -07:00
remsky
0e9f77fc79
WIP: open ai compatible streaming
2025-01-04 17:55:36 -07:00
remsky
f1eb1d9590
First streaming attempt
2025-01-04 17:54:54 -07:00
remsky
a65fd61cdb
Update README.md
2025-01-04 03:07:30 -07:00
remsky
65bf15f153
ci: update docker workflow to only build on releases
2025-01-04 02:50:45 -07:00
remsky
fe114c3367
Merge pull request #7 from remsky/feat/onnx-inference
...
Feat/onnx inference
Added some optimization options for ONNX
Refactoring phonemizer/tokenizer services
Cleaned up benchmarking and check scripts
Added auto-wav validationd
2025-01-04 02:48:21 -07:00
remsky
76e8b07a92
Allow ONNX support optimizations for CPU inference and update benchmarking scripts; modify README for clarity on performance metrics
2025-01-04 02:46:27 -07:00
remsky
93aa205da9
Enhance ONNX optimization settings and add validation script for TTS audio files
2025-01-04 02:14:46 -07:00
remsky
7df2a68fb4
- CPU ONNX + PyTorch CUDA, functional
...
- Incorporated text processing module as service, towards modularization and optimizations
- Added text processing router for phonemization
- Enhanced benchmark statistics with real-time speed metrics
2025-01-03 17:54:17 -07:00
remsky
9496a3a63f
WIP: CPU/GPU Functional, few straggling tests to fix and check.
2025-01-03 03:16:42 -07:00
remsky
e4d8e74738
WIP, Functional for CPU: Updated for ONNX runtime support, Dockerfile and TTS Service
2025-01-03 00:53:41 -07:00
remsky
f1131b4836
Update GitHub Actions workflow and README for Docker publishing and new badge
2025-01-02 20:27:12 -07:00
remsky
ee5be65596
Merge pull request #6 from dino65-dev/master
...
Enhance Audio Converter
2025-01-02 15:38:37 -07:00
remsky
40894449da
added output audio tests, validation
2025-01-02 15:36:53 -07:00
DINMAY KUMAR BRAHMA
8ccca1fcad
Update audio.py
2025-01-03 00:28:59 +05:30
DINMAY KUMAR BRAHMA
e9014e620e
Merge branch 'remsky:master' into master
2025-01-02 21:37:01 +05:30
remsky
d1c3feb8c4
Update README.md
2025-01-02 02:53:41 -07:00
remsky
b3fdf2e2c8
feat: build steps for UI Docker image, tagging
2025-01-02 02:31:37 -07:00
remsky
ff33f5494d
fix: add latest tag to Docker publish workflow
2025-01-02 02:23:46 -07:00
remsky
3ca79c609f
fix: longer timeouts, fix on hf model pull
2025-01-02 01:59:25 -07:00
remsky
7d7da3ca1b
test: Add GitHub Actions workflow for Docker build and publish
2025-01-02 01:32:53 -07:00
remsky
e2ce93cb41
Update README.md
2025-01-01 21:54:28 -07:00
remsky
5a5bafc0c2
Update README.md
2025-01-01 21:53:29 -07:00