Andrej Baranovskij Blog
Blog about Oracle, Full Stack, Machine Learning and Cloud
Saturday, August 19, 2023
How to Host FastAPI from Your Computer with ngrok
›
With ngrok you can host your FastAPI app from your computer. This can be a handy and cheaper option for some projects. In this video, I expl...
Monday, August 14, 2023
ChatGPT Plugin OAuth with Logto
›
You can setup OAuth for ChatGPT plugin, to be able to get user info. This is needed when the plugin works with user data, and you want to ke...
Monday, August 7, 2023
Deploy Local ML Apps with Ngrok
›
Ngrok helps to run your local apps online with access on the Web. It provides HTTPS with auto renewal, content compression. With Ngrok you c...
Saturday, July 22, 2023
ChatGPT Plugin Backend with FastAPI
›
This tutorial explains how to integrate FastAPI backend with ChatGPT plugin implemented in Python. Backend stores data from ChatGPT in Mongo...
Tuesday, July 11, 2023
ChatGPT Plugin with Persistent Storage
›
Receipt Assistant is our ChatGPT plugin with persistent storage support. I show how it works to upload a scanned receipt and store OCR resul...
Monday, July 3, 2023
FastAPI, Pydantic and MongoDB for Beginners
›
I show how to initialize a connection to MongoDB from FastAPI endpoint with a startup event. Before pushing it to MongoDB collection, new re...
Sunday, June 25, 2023
File Upload App for ChatGPT
›
ChatGPT doesn't provide a file upload option out of the box. I explained the app I built with Streamlit to handle file upload and allow ...
‹
›
Home
View web version