Add React frontend and Rust backend stubs for MP3 import, metadata, SQLite storage, and transcription hooks.
11 lines
399 B
Plaintext
11 lines
399 B
Plaintext
create an app that allows a user to manage recordings from a pocket recorder device.
|
|
Allow user to see the meta data in the mp3's .
|
|
|
|
add a feture that can transcribe the mp3 to text and also save the transcibed text in the app.
|
|
use an sqllite3 database.
|
|
|
|
the app must be able to run on linux or a mac computer and easy to start when downloaded / aquired.
|
|
|
|
discuss a dev stack for this project
|
|
|