Susu Data Collector is a macOS application for our collaborative project to build a high-quality transcription dataset for Susu, our voice transcription service. This tool enables contributors to easily generate and save transcripts for a standardized set of scripts.
- Build the App: Follow the "Building from Source" instructions below to run the application on your Mac.
- Generate Transcript: The app will display a script. Read the script aloud and use the Susu voice transcriber to generate the corresponding text. The transcript will be automatically pasted into the app's input field.
- Save and Continue: Either press the Return key or click the Save & Next button to save the transcript and proceed to the next script.
- Submit Your Data: After you complete the final script, the app will automatically open your default email client with a pre-filled email containing your
dataset.txtfile. Simply click "Send" to submit your contribution.
To build and run this project from the source code, follow these steps:
- Clone the Repository:
git clone https://github.com/your-username/SusuDataCollector.git
- Open the Project: Open the
SusuDataCollector.xcodeprojfile in Xcode. - Build and Run: Select the "SusuDataCollector" scheme and a macOS target, then click the "Run" button or press
Cmd+R.
