‘PageParrot’ Raspberry Pi project turns any physical book into an audiobook “in seconds”
Table of Contents
If you have some physical books that could do with being transformed into audio, we’ve found the Raspberry Pi project for you. The PageParrot on Hackster.io is the way to go, turning any paper book into audio as it reads the pages and translates them all into audio using LLM.
Nick Bild, the author of the project, explains that this project gives you another reason to finish reading all those novels collecting dust on your bookshelf. Whether you’re too “lazy” to read the old-fashioned way or just prefer audio, this is a neat solution. PageParrot can help you get through that backlog and enjoy those stories that might not be digitized yet in audio form. It also saves you the extra cost of buying an audiobook if you already own a physical copy.
How it works and what you need
PageParrot is a rather quick and simple build. Utilizing a Raspberry Pi Zero connected to a USB webcam. Mounted on an extrusion frame, the camera and computer sit above the area that can hold the book and allow the camera to take photos of the page.
Running the Python script after the button press, it sends the image to Google Gemini for reading the text from the image. That output is sent to Piper for synthesizing the speech, which is finally transmitted via the Bluetooth speaker. There is a bit of delay as the Piper model takes time on the Raspberry Pi, but it does then give you audio of the book placed below.
Here is the list of the things you need for the project.
Deals season is here folks, and with it comes a plethora of eye-catching price cuts on some of the industry's most popular tech. Below are some of the best deals you can find right now.
- AMD Ryzen 7 9800X3D Was $479/span> Now $454
- ASUS TUF RTX 5070 Ti Was $999 Now $849
- Samsung Odyssey OLED G6 Was $899 Now $649
- LG G5 65" OLED TV Was $2,996 Now $1,996
- Samsung Odyssey G9 (G95C) Was $1,299 Now $777
- Alienware Area-51 gaming laptop Was $3,499 Now $2,799
- Samsung 77-inch OLED S95F Was $4,297 Now $3,497
*Prices and savings subject to change. Click through to get the current prices.
- 1 x Raspberry Pi Zero 2 W
- 1 x USB webcam
- 1 x Bluetooth speaker
- 1 x Push button
- Aluminum extrusions, wire, twist ties, and hot glue
PageParrot in use
Now all you need is something that turns the page for you.