InsureQ is a framework for comparing various quantum and classical machine learning models. Currently, it supports comparisons using the IRIS dataset, but future versions will allow comparisons on insurance claim datasets.
- Install dependencies using Poetry:
poetry install
- Use the virtual environment.
poetry shell
- Start the backend server:
python3 src/manage.py
-
Install npm if not already installed.
-
Navigate to insureq_frontend and install the required dependencies:
npm install
- Start the frontend server:
npm start
- Support for insurance claim datasets.
- Expanded comparison capabilities across different machine learning models. Let me know if you'd like any additional sections or modifications!