Fast Audio/Video transcribe using Openai's Whisper and Modal
Parallel Transcriptions with OpenAI's Whisper
Loading....
I'm Mhar Vic Chicano. You can call me Mac, a curious full-stack developer who loves to create software products that fun and matters.
Fast Audio/Video transcribe using Openai's Whisper and Modal
Parallel Transcriptions with OpenAI's Whisper
Audio to text transcriber using OpenAI's Whisper and Banana.dev
This is a demo app that shows how to use Openai's Whisper automatic speech recognition deployed to a Serverless GPU using Banana.dev
Semantic Search with OpenAI Embeddings and Pinecone
This is a demo app that shows how to use OpenAI Embeddings and Pinecone vector database to build a semantic search engine. Based on https://docs.pinecone.io/docs/semantic-text-search. You can run explore this freely using the free tier of Pinecone and OpenAI.
Backstage deploy with Cloud Run via Terraform
Deploying Backstage to Google Cloud Run using Terraform
React Components to PDF with CloudRun and Terraform
Hi! Are you curious about how to create an API endpoint that generates PDF templates using React components and uploads them to Google Cloud Storage with Terraform as Infrastructure as a Code? Or have you been assigned a task to do just that? If so, you've come to the right place!
React Unit Testing
The unit test simply means that we have to verify the individual and isolated parts work as expected. This can be a component, helper functions, or hooks that we heavily relied on.