In short : We are going to build a GenAI API powered FastAPI Blog application.
My plan is to build something that let's me demonstrate how to integrate LLMs and GenAI concepts into our FastAPI app. Why?
Before deciding on what to build with FastAPI I gave 10+ interviews myself. In every interview, I was asked questions which sounded less of FastAPI questions but more of GenAI related questions. At this point, We should not put our head in sand and say that AI is not here.
For this reason, I thought of building and teaching a complex FastAPI app that can help us revamp on the changing landscape of backend development hiring. It's about showcasing how to weave Large Language Models (LLMs) and Generative AI concepts into a real, functioning FastAPI application.
My plan is to demostrate how to integrate LLM APIs, LLM Observability, Vector Databases etc etc. alongside sharing my knowledge on FastAPI.