kaixxx / noScribe

Cutting edge AI technology for automated audio transcription. A nice GUI for OpenAIs Whisper and pyannote (speaker identification)
GNU General Public License v3.0
482 stars 99 forks source link

Merge requirements into one file #51

Open tidely opened 7 months ago

tidely commented 7 months ago

We can combine platform specific requirements files by using Environment markers. These are specified in PEP 508.

https://peps.python.org/pep-0508/#environment-markers

tidely commented 1 day ago

This has been sitting around for a while, I feel like this would simplify the installation process. Any updates?