A comprehensive platform for generating data summaries, conducting exploratory data analysis, and building both supervised and unsupervised machine learning models.
Backend Setup:
1. Please install Python version 3.10 or higher on your system.
2. Write the command after navigating to backend folder in the repo. pip install -r requirements.txt
3. After installing all the packages, execute the command to run the backend. python app.py dev
Frontend Setup:
1. Please install Node on your system.
2. Write the command after navigating to frontend folder in the repo. npm install --force
3. After installing all the packages, execute the command to run the backend. npm run webpack
Go to browser, and enter localhost:5000
.