Check your data - a steamlit webapp
A web app created for a university project that enables you to upload tabular datasets and get insights related to data statistics, missing values and data distribution. Machine learning training based on the uploaded data is also available to the user. Latest update also allows comparing results between different machine learning methods.
Step-by-step instructions on how to set up the project locally.
Make sure you have the following software installed if you are running on windows (if not you already know what to do):
- Git: Download Git
- Docker: Download Docker Desktop
- WSL2: Download WSL
- Clone the Repository Open a terminal and run the following command:
git clone https://github.com/difrag/tl
cd tl
- Build the Docker image
docker-compose build
- Run the Docker container
docker-compose up
Open the streamlit link or follow the Installation steps for localhost usage and upload the dataset of your choice. Datasets used for testing during development : Thyroid_Diff.csv and iris.csv You could use one of these to get started if you do not have one already. After the dataset is uploaded you are given a preview of the data uploaded and some options to configure the machine learning models. Different tabs are created to make the app navigation more intuitive.
- Fragkoulis Dimitris - Π2015191
- Nikolopoulos Konstantinos - Π2016051
- Christos Grigorakos - Π2020146