Merge pull request 'Clarify about text' () from about-text-rewrite into develop

Reviewed-on: 
This commit is contained in:
Nico Athanassiadis 2025-03-27 06:49:37 +01:00
commit 35b1a306e1

@ -33,8 +33,10 @@
<main class="container mt-4">
<h2>About Seshat Audio Transcriber</h2>
<p>This tool allows you to upload audio files and transcribe them into text using whisperAI.</p>
<p>The application runs a local instance of <a href="https://github.com/openai/whisper" target="_blank">Whisper AI</a>, using the turbo model on one NVIDIA RTX A4000 graphics card.</p>
<p>All processing is done locally, and no data is sent to the cloud, ensuring your privacy and data security.</p>
<p>The application runs a local instance of <a href="https://github.com/openai/whisper" target="_blank">Whisper AI</a>,
using the turbo model on one NVIDIA RTX A4000 graphics card.</p>
<p>All processing is done locally at the Department of Computer and Systems Sciences (DSV), Stockholm University, Sweden.
<br>No information is transmitted to external servers or cloud services, ensuring your privacy and data security.</p>
</main>
<footer class="bg-primary text-white py-4">
<div class="container">