Skip to content

Latest commit

 

History

History
93 lines (60 loc) · 2.78 KB

README.md

File metadata and controls

93 lines (60 loc) · 2.78 KB
Data-Cent Logo

Data-Cent Data Analytics

Data-Cent is an interactive data visualization and management app built using Streamlit. It allows users to upload, analyze, and visualize datasets easily, providing a user-friendly interface for exploring data insights. Visit the Data-Cent Website to use the app directly online without any setup.

Features

  • Data Upload: Easily upload CSV files to the app for analysis.
  • Interactive Visualizations: Generate a variety of charts and graphs, including line plots, bar charts, scatter plots, and more.
  • Auto Filtering: Filtering is automatically done on the app for each visualisation.
  • Statistical Analysis: Observe basic statistical analyses, such as mean, median, and standard deviation calculations.
  • Downloadable Reports: Export your analysis and visualizations as downloadable reports.

Getting Started

Prerequisites

  • Python 3 or higher
  • Streamlit

Installation

  1. Clone the repository:

    git clone https://github.com/data-centt/Data-Analytics.git
  2. Navigate into the project directory:

    cd Data-Analytics/app
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the app locally:

    streamlit run home.py

Using the App Online

No installation is needed! Visit the Data-Cent Website to use the app directly in your browser.

Usage

  1. Launch the app locally or visit the Data-Cent Website.
  2. Upload your dataset using the "Upload" button.
  3. Use the sidebar to select data visualizations or analysis tools.
  4. Interact with the visualizations to explore your data.
  5. Download any generated reports or visualizations using the download buttons.

Screenshots

Include some screenshots of your app here to help users understand what to expect.

Example Screenshots

Here are some example screenshots of the Data-Cent app:

Home Page

home

Data Upload Feature

data

Interactive Visualizations

data

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes. Ensure that your code follows the project's coding standards and includes appropriate comments for better understanding.

License

This project is licensed under the MIT License - see the LICENSE file for details.