NLP and Text Recognition

Good evening! I am new to AI and I have been playing with it for the past couple weeks. I got the AI Kit for my Pi5 for a personal project. Some pieces of my project are using various AI models. I am trying to integrate a question answering model like Bert or image recognition to get some text out of receipts or pdfs. I got everything installed following the instructions from the Raspberry Pi documentation… but then I am stuck. I am not using a camera and therefore I am not sure how to use the ai kit. I am working with python. Is there any model or examples not related to video streams from a camera? Thank you for your help! :slight_smile:

hey @mechartrand

We have these examples in python and cpp :

You also have the rpi exmaples :

Regards