A two way text-to-speech and speech-to-text data annotation web app. Expanding on the original work of Oddadmix/Voice-Dataset-Collection.

2 Open Issues Need Help Last updated: Sep 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The `export_to_s3` method currently fails silently, making it difficult to detect issues, debug, and ensure data integrity. This enhancement proposes modifying the method to be 'fail-fast observable' by using an AWS SDK method that provides detailed JSON responses, logging its status, and allowing the frontend to convey clear export outcomes to the user. The current implementation lacks proper feedback collection and validation tests.

Complexity: 4/5
good first issue backend

A two way text-to-speech and speech-to-text data annotation web app. Expanding on the original work of Oddadmix/Voice-Dataset-Collection.

AI Summary: This issue requires implementing the frontend functionality to call the `/export_s3/` backend API endpoint. The call should be triggered when a user clicks the 'export to S3' button, as this integration is currently missing.

Complexity: 2/5
good first issue Frontend

A two way text-to-speech and speech-to-text data annotation web app. Expanding on the original work of Oddadmix/Voice-Dataset-Collection.