Update README.md

This commit is contained in:
Josh Ashton
2024-06-08 17:07:07 -06:00
committed by GitHub
parent c24171aec9
commit 4634d3ae86
+17 -4
View File
@@ -1,7 +1,20 @@
Dependencies:
<h1>One AI</h1>
<h2>Description:</h2>
End-to-end solution for self-deploying a secure and private AI. Ideally, always using the latest and greatest open-source technologies available and optimizing the connection between them.
<h3>Dependencies:</h3>
```
pip install scipy pydub torch torchaudio wavio silero sounddevice;
```
Create output.txt file, TODO: Implement error handling.
touch output.txt;
<h3>Usage:</h3>
Currently, you have 5 seconds to record a prompt. It will automatically place "in 50 words or less" at the start of your prompt for faster testing. The Text To Speech (TTS) engine is not great quality, at least at first. Just getting the basic structure together, more to come...
<p>Currently, you have 5 seconds to record a prompt. It will automatically place "in 50 words or less" at the start of your prompt for faster testing. The Text To Speech (TTS) engine is not great quality, at least at first. Just getting the basic structure together, more to come...</p>
<h3>TODO:</h3>
- [ ] Installation script, preferably need some kind of pipeline to auto-inject dependencies into the install script.
- [ ] Send and receive text files over USB
- [ ] GUI in flutter