• Overview
  • Technical Features
  • Takeaways
  • Play AI

    Utilizing Play AI Gen AI voice intelligence API for file reading

    Full Stack | APIs | GenAI

    Link: Project

    Overview

    Introduction

    I developed a web application that enables users to have PDF documents read aloud. The application allows users to select a PDF file, which is then processed and converted into speech. This project was built using Next.js and is deployed on Vercel. This project was originally designed to be an assessment from Play AI to observe my proficiency in full stack.

    none

    Technical Features

    none

    File Upload and Gen AI Voice read

    Upload a file with text and click "read". The API will process the file in real time and provide a voice recording of the passage.

    Agentic Voice Chatbot

    By clicking on the microphoe, you should be able to talk to a chatbot and query about the file you've uploaded.

    Takeaways...

    I became familiar with constructing an agent and providing context. I was just combining the pre-existing full stack knowledge I had to provide an interface for it.