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

config file, smtp, complete user management and more #3

Closed JulianFP closed 9 months ago

JulianFP commented 9 months ago

This pull request got quiet large, I will try to separate stuff better in the future. Anyway, this is whats new:

This required the following new dependencies (added to pyproject.toml):

related todos (later):

@MarkusEverling Since these are quite large changes, could you please review this PR?

Sp00ph commented 9 months ago

Oh woops wrong account lmao

MarkusEverling commented 9 months ago

Just to confirm, that other account is also me, just not my uni account :sweat_smile:

codecov-commenter commented 9 months ago

Codecov Report

Attention: 20 lines in your changes are missing coverage. Please review.

Comparison is base (972b0bb) 97.06% compared to head (abd7ec5) 96.92%.

Files Patch % Lines
project_W/config.py 69.56% 14 Missing :warning:
project_W/app.py 95.08% 3 Missing :warning:
project_W/model.py 96.93% 3 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3 +/- ## ========================================== - Coverage 97.06% 96.92% -0.14% ========================================== Files 8 10 +2 Lines 375 814 +439 ========================================== + Hits 364 789 +425 - Misses 11 25 +14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.