Insyt is a Streamlit-based application for performing classification and regression tasks on your datasets.
- Python 3.6 or later
- Install dependencies using
pip install -r requirements.txt
-
Clone this repository.
git clone https://github.com/Sanmuga/insyt.git
-
Change into the project directory.
cd insyt
-
Install dependencies.
pip install -r requirements.txt
-
Run the application.
streamlit run insyt.py
-
Access the app in your browser: http://localhost:8501
- Upload your CSV file using the file uploader.
- Explore and select columns for analysis.
- Choose between classification and regression tasks.
- Visualize results using the provided charts.
Feel free to contribute by opening issues, suggesting enhancements, or submitting pull requests.
This project is licensed under the MIT License.