difrag / tl

Texnologies Logismikou

Home Page:https://check-ur-data.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check your data - a steamlit webapp

Description

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.

Table of Contents

Installation

Step-by-step instructions on how to set up the project locally.

Prerequisites

Make sure you have the following software installed if you are running on windows (if not you already know what to do):

Setup

  1. Clone the Repository Open a terminal and run the following command:
git clone https://github.com/difrag/tl
cd tl
  1. Build the Docker image
docker-compose build
  1. Run the Docker container
docker-compose up

Usage

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.

Creators

  • Fragkoulis Dimitris - Π2015191
  • Nikolopoulos Konstantinos - Π2016051
  • Christos Grigorakos - Π2020146

About

Texnologies Logismikou

https://check-ur-data.streamlit.app/


Languages

Language:Python 97.5%Language:Dockerfile 2.5%