add a simple python fastapi server to serve whisper models for speech-to-text and piper for text-to-speech

This commit is contained in:
milan
2026-04-08 23:54:48 +02:00
parent 1895e1ec66
commit 5def79b4ca
13 changed files with 193 additions and 0 deletions
@@ -0,0 +1,23 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="InconsistentLineSeparators" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="IncorrectFormatting" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="N803" />
<option value="N806" />
</list>
</option>
<option name="ignoredBaseClasses">
<list>
<option value="unittest.TestCase" />
<option value="unittest.case.TestCase" />
<option value="todo_extract.Task" />
</list>
</option>
</inspection_tool>
<inspection_tool class="TodoComment" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>