Analyser 360 is a powerful and user-friendly data analysis and visualization tool designed to empower users to extract valuable insights from CSV (Comma-Separated Values) files. Whether you are a data analyst, a business professional, or a researcher, Analyser 360 offers a comprehensive suite of features to explore, analyze, and visualize data with ease and precision. It is built entirely in Python using Kivy for the frontend and vanilla python for the backend.
- Clone the repository using the git clone command
- Client side - This file sends the data to the server to analyse it.
- Server side - This file takes care of the processing of the data and sending the email to the client.