DeepPhish's Backend web server with API endpoints that processes URLs and returns results.
git clone https://github.com/bunniem/DeepPhish_API.git
cd DeepPhish_API
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 -m playwright install
./start.sh