This is a demo web app that can solve quadratic
To run the app:
pip install -r requirements.txt
uvicorn main:app
- (optionally) run
python tester.py
to manually send GET requests
The app is running here (it may take some time to start up, please be patient).
Sample solution is shown below.