coqui-ai / stt-model-manager

Coqui STT Model Manager - install, manage and try out Coqui STT models from the Model Zoo
https://coqui.ai
Mozilla Public License 2.0
24 stars 17 forks source link

Clean-up file/folder structure to keep a cleaner separation of React front-end and Flask back-end files #6

Closed reuben closed 3 years ago

reuben commented 3 years ago

As we imported the React transcription front-end after the Flask project was already setup, and did it as quickly as possible, the current file/folder is a little messy with React front-end and Flask back-end/Python packaging files all living side-by-side in the root. It would be nice to clean them up a bit so things are more self-contained.

reuben commented 3 years ago

I've done some mild cleanup removing unnecessary files as part of #11 and at this point I think further separation would just make things more complicated for arbitrary aesthetic reasons, as both the Node.JS part and the Python part work with fewer surprises if you stick to reasonable defaults. We have most of the glue scripting in the Makefile anyway. So closing this.