Update README.md

This commit is contained in:
Nico Athanassiadis 2024-12-17 11:56:53 +01:00
parent 63301d578c
commit f5b8179b79

@ -147,6 +147,10 @@ operations like downloading or deleting multiple files.
## Future Enhancements
- **Single sign on**:
- Implement OAuth2 for single sign-on.
- **Prevent file naming conflicts**:
- If the user wants to upload the same file again the output will overwrite the previous data.
- It is better to allow different versions of the same file(s) to exist.
- We could implement a UUID approach and make sure to map correctly to the file name.
- **Video Transcription**:
- Extend the app to support video files when and if whisper AI will support video files.
- Extract audio from video files and transcribe the audio content.