How we built a useful AI app in two days. Using OpenAI one of our team, skilled in Python, created a simple app to take a descriptive PDF as the data input, to answers users questions on how our app “email a prisoner” works for users. The app uses the chargeable version of OpenAI connected to “LangChain”, a free downloadable product, to use the PDF (with PyPDF) which contains simple paragraphs of text describing the website, its services, functionalities and features. The AI analyses the PDF and answers the questions. The point is that it does not take much resource to start making valuable real world use of AI.
Share