This web application is built using Flask, a micro web framework written in Python. It allows users to upload CSV files and visualize the data through interactive charts generated with Plotly.
- File Upload: Users can upload CSV files to the server. The application checks if the file is in the allowed format (CSV) before processing.
- Data Visualization: Utilizes Plotly to generate interactive charts from the uploaded CSV data.
To run this application, you need Python installed on your system. Follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies: