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.


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.
By clicking on the microphoe, you should be able to talk to a chatbot and query about the file you've uploaded.
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.