This project aims at providing statistical insights to the users from their datasets. The datasets are processed by the python scripts at the backend and the results are sent back to the user. These results contain information describing the dataset.
Firstly, clone this repository
git clone https://github.com/AvyayNayak/Xtract.git
Ensure that there is a Python installed on your device.
Run these commands on your terminal
npm i
pip install numpy scipy matplotlib pandas seaborn
node index.js
docker build -t *image-name* .
docker images
docker run -p 5173:5173 *image-name*
Create a new branch with an appropriate name and work on that branch. Follow the commit message semantics mentioned here