Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 373 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 373 Bytes

V-DAT

V-DAT frontend

Start frontend server

cd V-DAT\ frontend
npm install
npm run serve

V-DAT backend

Requirements

We use Azure anomaly detection

pip install -r requirements.txt

Start backend server

cd V-DAT\ backend
python server.py