Apache-Hell / S3

Speech to Text
0 stars 1 forks source link

Tao Add Summary search webpage #1

Closed DataAdvisory closed 5 months ago

DataAdvisory commented 6 months ago

In addition to the audio to transcript and speech to text webpages, adding search webpage for knowledge retrieval. Moreover, deploying local whisper model with Python flask to start web API, so that audio file can be converted into transcript using web API service. Finally, applying Google LLM AI API to summarize audio transcript into summary, and uploading summary to PostgreSQL database in AWS.

DataAdvisory commented 5 months ago

Done. Completed all three webpages .