pokemeow captcha solver api

This Flask api is intended to solve captcha from Pokemeow

⚠️ Python 3.10 or 3.9 is required ⚠️

Steps:

pip install -r requirements.txt
pip install --upgrade setuptools wheel
py apiv2.py

or

python apiv2.py

Check if you can access to http://localhost:5000/ it should say 'Hello, World!'

Test the /predict endpoint with Postman or any other tool

 http://localhost:5000/predict

image