Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.64 KB

README.md

File metadata and controls

70 lines (44 loc) · 1.64 KB

DataLens

DataLens 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, DataLens makes it quick and easy to get your data analysis-ready.

Features

1. AutoPreprocessor: Simplify Data Processing

Transform your CSV files with a single click. AutoPreprocessor streamlines data preparation, making it quick and easy to get your data analysis-ready.

2. BirdEye: Uncover Insights Instantly

With BirdEye, upload your CSV and receive detailed visualizations and comprehensive reports in seconds. Get actionable insights quickly and efficiently.

Screenshots

Playground Overview

Playground Overview

Tech Stack

  • Frontend: Next.js, ShadCN, TailwindCSS
  • Backend: Flask
  • Authentication: Clerk

Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/datalens.git
  2. Navigate to the project directory:

    cd datalens
  3. Install dependencies:

    # Frontend
    cd frontend
    npm install
    
    # Backend
    cd ../backend
    pip install -r requirements.txt
  4. Start the development server:

    # Frontend
    npm run dev
    
    # Backend
    flask run

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.

Contributors