A web application where a user can upload image and generate line art portrait.
cd && git clone https://github.com/kenxdrgn/Ai-Line-Art-Web-App && cd Ai-Line-Art-Web-App
The best practice for your project is to use a virtual environment.
cd backend
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py
cd backend
pip install -r requirements.txt
python app.py
cd frontend
npm ci && npm run dev
Almost all the backend code was from Unpaired Portrait Drawing Generation via Asymmetric Cycle Mapping (CVPR 2020)