ClearVue is a powerful online tool designed to streamline the preprocessing of datasets and provide detailed visualizations and comprehensive reports with minimal effort. Whether you're an analyst, data scientist, or someone looking to simplify data preparation, ClearVue makes it quick and easy to get your data analysis-ready.
-
Clone the repository:
git clone https://github.com/yourusername/clearvue.git
-
Navigate to the project directory:
cd clearvue -
Install dependencies:
# Frontend cd frontend npm install # Backend cd ../backend pip install -r requirements.txt
-
Start the development server:
# Frontend npm run dev # Backend flask run