saro0307 / Insyt-Your-Intelligent-Data-Analysis-Tool

Insyt is a Streamlit-based application for performing classification and regression tasks on your datasets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insyt: Your Intelligent Data Analysis Tool

Insyt is a Streamlit-based application for performing classification and regression tasks on your datasets.

Prerequisites

  • Python 3.6 or later
  • Install dependencies using pip install -r requirements.txt

Getting Started

  1. Clone this repository.

    git clone https://github.com/your-username/insyt.git
  2. Change into the project directory.

    cd insyt
  3. Install dependencies.

    pip install -r requirements.txt
  4. Run the application.

    streamlit run insyt.py
  5. Access the app in your browser: http://localhost:8501

Usage

  1. Upload your CSV file using the file uploader.
  2. Explore and select columns for analysis.
  3. Choose between classification and regression tasks.
  4. Visualize results using the provided charts.

Contributing

Feel free to contribute by opening issues, suggesting enhancements, or submitting pull requests.

License

This project is licensed under the MIT License.

About

Insyt is a Streamlit-based application for performing classification and regression tasks on your datasets.

License:MIT License


Languages

Language:Python 100.0%