Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.05 KB

File metadata and controls

24 lines (17 loc) · 1.05 KB

🖼️ Classification API

Python FastAPI Streamlit PyTorch License

A fully offline image classification api built with FastAPI (backend) and Streamlit (frontend).
Uses pre-trained PyTorch models (ResNet50) to classify images and display the top 5 predictions.

This project works completely offline once dependencies are installed, requiring no internet connection.


🔹 Features

  • ✅ Fully offline and free to use
  • ✅ CPU-friendly (no GPU required for small models)
  • ✅ Upload images through a simple Streamlit interface
  • ✅ Returns top 5 ImageNet predictions with probabilities
  • ✅ Easily switch to other PyTorch pre-trained models (e.g., EfficientNet)