Welcome to the Report project! This is a Django web application that allows users to upload CSV and XLSX files, generate a summary of the data, and view it in a user-friendly format. It also sends the summary via email.
File Upload: Users can upload CSV and XLSX files easily. Data Summary: Automatically generates a summary of the uploaded data. Data Display: View the summary and data in a clean and organized table format. Email Notification: Summary is sent to your email after uploading the file. Responsive Design: Works well on both desktop and mobile devices. Technologies Used Django: The web framework used to build the application. Pandas: A powerful data analysis library to handle and manipulate data. Gunicorn: A Python WSGI HTTP server for UNIX to serve the application. HTML/CSS: For creating a beautiful and responsive frontend. Heroku: For deployment in the cloud.
#Getting Started To get a copy of the project up and running on your local machine for development and testing, follow these simple steps:
#Prerequisites Make sure you have the following installed on your machine:
Python (3.8 or higher) pip (Python package manager) Git (version control system)