JulianFP / project-W

A self-hostable platform on which users can create transcripts of their audio files (speech-to-text) using Whisper AI
GNU Affero General Public License v3.0
2 stars 0 forks source link

code cleanup: increase maintainability #20

Open JulianFP opened 6 months ago

JulianFP commented 6 months ago

There is some code cleanup that could be done. For example on the Backend we could separate all the database usages from the api and everything else to make it easier to test and possible to replace with a different database solution without problems. Some code restructuring. Stuff like that.