The Quantum Maxcut Solver is the first webapp that allows anyone to run a quantum machine learning algorithm no-code. It uses QAOA (the quantum approximate optimization algorithm, a quantum machine learning algo) to solve the maxcut problem. Instructions for usuage are included at maxcut.vercel.app. Or, to learn more about maxcut and the theory behind QAOA, check out this video.
Built on a React frontend and a Flask backend (this repository). Check out this blog post for more dev notes.