ganjbakhshali / Assignment8_streamlit-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assignment8_streamlit-

Simple Data Science App

This is a simple data science app built using Streamlit. It allows users to upload a CSV file, view its contents in a table, and generate line or bar charts based on the data.

Features

  • Upload a CSV file: Users can upload a .csv file containing their data.
  • View data in a table: The uploaded data is displayed in a table format on the website.
  • Generate charts: Users can select a chart type (line or bar) and choose columns for the X and Y axes to generate visualizations.

Usage

  1. Clone the repository

  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the Streamlit app:

    streamlit run chart.py

About


Languages

Language:Python 92.6%Language:Dockerfile 7.4%