Research project to determine if Q-analysis is capable of classifying binary and categorical data. It compares Q-analysis to KNN.
- Python 3.10
- Pip3 22.2.1
- virtualenv 20.16.3
- Node.js 16.16.0
- Create a virtual environment with virtualenv inside the root directory of q-analysis or knn
- Activate the virtual environment
- Install the Python dependecies with
pip install -r requirements.txt
- Run backend with
python -m flask run --host=0.0.0.0
- Go to the frontend directory
- Install all dependencies with
npm install
- Run frontend with
npm run serve