A Task-Driven Approach for Multiple-View Visualizations Dynamic Recommendation
NOTE: This project is still under development, some features may be temporarily unavailable. You can click here to view our demo.
- Run
npm i
to install the dependencies. - Start vite development server by
npm run dev
.
- Open folder
backend
. - (Optional) Create a virtual environment by
python -m venv <directory>
and activate it. - Run
pip install -r requirements.txt
to install the dependencies. - Run
python main.py
to start the development server.
NOTE: We are working on implementing the feature to upload datasets. If you want to use your own dataset now, you can put your dataset into the
public/datasets
folder and indicate the data type of each field in themeta.json
file. Finally, you should change thesrc/components/DatasetSelect.vue
file to add your new dataset.
Use npm run build
to build a production version of dowsing.
See flask documents.