Audio Processing System Development

Job ID: 39634954

Budget: £20 – £250 GBP

I’m looking for a reliable developer to help build an audio processing system that automates a few key tasks using serverless technology and API integrations.

This project is not complex in terms of logic, but requires attention to detail in automation, API usage, and building a lightweight web interface.

Project Requirements (Simplified)

1. Input & Trigger
System should detect new audio files placed in a cloud folder (Dropbox)
OR allow manual upload via a basic frontend
2. Process Audio File
Send the file to a third-party transcription and analysis API
Poll the API until processing is complete
Extract transcript and a basic analysis result (e.g. tags or metadata)
3. Store the Results
Save the output data to a cloud database (e.g., Firebase, Supabase, DynamoDB)
Each record should include filename, transcript, and analysis result
4. Frontend Interface
Basic web dashboard (React, Vue, or Next.js)
Upload audio file (optional)
View a list of previously processed files
Click to view details: transcript + analysis
Simple filters (e.g., show only files with “positive” result)
Export to CSV or PDF
5. Backend API
A secure backend route to trigger re-analysis manually
Should allow submitting a prompt and retrieving updated results
6. Generate reports based on output from the analysis