In progress...
Prototype video: Linkedin Post
✶ Clone the repository
git clone https://github.com/a113ssa/flask-experiment-with-pyqt6.git✶ Create a virtual environment
python -m venv .venv✶ Activate the virtual environment
source .venv/bin/activate✶ Install the requirements
pip install -r requirements.txt✶ Clone .flaskenv.example to .flaskenv and fill in the required fields. Get the GOOGLE_API_KEY for Gemini
✶ Run the project
flask run | python qt.py✶ Open the browser and go to http://127.0.0.1:5000/api-docs to get Swagger documentation