
· 7 min read
Understanding the Evolution of Web Frameworks In Python
Explore how Python web development evolved from CGI to WSGI and ASGI, comparing synchronous and asynchronous frameworks like Flask, Django, …
Python
web framework protocol
system design

· 4 min read
A Comprehensive Analysis of Image Captioning Models - Evaluating ViT-GPT2, BLIP, and GIT
Benchmarking Vision-Language Models for Automated Image Description Using Quantitative and Qualitative Metrics
computer vision
dataset creation
notebooks

· 3 min read
Your first flask project.
Create a beautiful simple website in under 10 minutes.
flask
python