Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 368 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 368 Bytes

HackInOut backend

Instructions

  1. Install Scapy
pip3 install Scapy
  1. Download pretrained statistical models for English
python3 -m spacy download en_core_web_md
  1. Install djando
pip3 install Django
  1. Install requirements.txt in yolo folder
pip3 install -r requirements.txt

Usage

python3 manage.py runserver