8000 GitHub - NickEsColR/militar-detection-api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NickEsColR/militar-detection-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Military Aircraft Detection API

Overview

This project provides a backend API for detecting military aircraft in images. It leverages a deep learning model built with PyTorch, offering an open-weight architecture for transparency and further development. The model uses SqueezeNet as a backbone and RetinaNet-based heads for accurate object detection. The API itself is constructed using FastAPI, ensuring efficient and robust performance.

Table of Contents

Features

  • Military Aircraft Detection: Identifies and localizes military aircraft within images.
  • Open-Weight Model: The underlying PyTorch model and weights are publicly available, allowing for inspection, modification, and fine-tuning.
  • FastAPI Backend: Provides a high-performance and easy-to-use API for interacting with the model.

Technologies

  • PyTorch: Deep learning framework for building and training the detection model.
  • FastAPI: Modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints.
  • Python: Primary programming language.

How to Run

For development run

source .venv/bin/activate
fastapi dev main.py

For production run

source .venv/bin/activate
fastapi run main.py

Acknowledgements

This project continues the competition for the master "Applied Artificial Intelligence" AAIV 2025-I:Object Location

This project utilizes several open-source resources and libraries. We would like to acknowledge the contributions of the PyTorch, SqueezeNet, RetinaNet, and FastAPI communities.

Authors

NickEsColR | Carlos Martinez

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0