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.
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.