This is a small project to count the number of papers in a picture.
The project uses python and is tested on python 3.10.
Install dependencies first:
pip install -r requirements.txt
Run the web server and the api server using:
python main.py
The web interface is hosted on localhost with port 8000. The test.png is for testing.