dHexagon / Sentiment-Analyzer

0 stars 1 forks source link

Bulk audio upload #7

Open AkhshayMahesh opened 10 months ago

AkhshayMahesh commented 10 months ago

Admin Section: Develop a feature enabling the simultaneous upload of numerous recorded audio files. The backend processing should occur sequentially, where each file is sent individually to the machine learning model, and the outcomes are saved in the database one by one. During this process, the front end should be redirected to the admin dashboard.

For reference: There exists a backend route dedicated to parsing a single audio file and collecting results from the ML model.