Tag Archives: GPT

A question-answering system for PDF files

This is a cool “App” written with Python Streamlit: upload a PDF and ask questions about it! It uses ChatGPT in the background. This “proof of concept” app has some “Community token” to access GPT. Or one can add a personal OpenAI API key. Web App: https://ask-my-pdf.streamlit.app Code: https://github.com/mobarski/ask-my-pdf Found on LinkedIn: streamlit_python-code-pdf (probably requires… Read More »

AI: chatGPT alternatives

GPT means Generative Pre-trained Transformer It’s been the buzz since Fall 2022, and AI is slowly creeping in our lives. I have even used ChatGPT a few times to ask questions on Python code or regular expression usage with sed. This 18min YouTube video “The AI wars: Google vs Bing (ChatGPT)” mentions 2 other AI… Read More »