This is streamlit project with functionality to monitor areas close to airports.
- copter
- plane
- helicopter
- bird
- drone (plane-type)
- Streamlit
- YOLO
- Docker
- SQLite
- Nvidia GPU + CUDA
- Python >=3.9
- Windows 10/11 / Linux / Docker
- Setting up video streaming devices (cameras)
- Single image detection
- Video detection
- Multiple images detection (return .zip with .txt)
- Configurable confidence threshold and image size
- Download / delete video in database-like view
Prerequisites:
- Linux / WSL host system
- GPU + drivers
- Allow docker containers to use host system's GPUs
git clone https://github.com/EvilSumrak2049/EvilNET.git
cd EvilNET
docker build -t streamlit .
docker run -p 127.0.0.1:5443:8501 --gpus all streamlit
Follow these instructions:
git clone https://github.com/EvilSumrak2049/EvilNET.git
cd EvilNET
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt
streamlit run design.py --server.maxUploadSize=100000