This is a web-based application built using React and Material-UI that allows users to upload audio files (MP3/M4A) for transcription. The application supports both the original transcription and an English translation, with optional timestamps.
本應用程式是一個基於 React 和 Material-UI 的網頁應用程式,允許使用者上傳音頻檔案(MP3/M4A)進行轉錄。該應用程式支援原始轉錄文字與英文翻譯,並可選擇包含時間戳記。
- Upload Audio Files: Supports MP3 and M4A formats (max 19MB).
上傳音頻檔案: 支援 MP3 與 M4A 格式(最大 19MB)。 - Authentication: Unlock the app using a passphrase.
身份驗證: 使用密碼解鎖應用程式。 - Transcription: Displays original transcription and English translation (if available).
轉錄功能: 顯示原始轉錄文字與英文翻譯(如有)。 - Optional Timestamps: Toggle to include timestamps in the transcription.
可選時間戳記: 可切換是否在轉錄中包含時間戳記。 - Responsive Design: Built with Material-UI for a clean and responsive user interface.
響應式設計: 採用 Material-UI 建構,提供簡潔且響應迅速的使用者介面.
- Clone the repository / 克隆倉庫:
git clone https://github.com/yourusername/your-repo-name.git cd your-repo-name