{"id":18418839,"url":"https://github.com/yash-kavaiya/eda-website","last_synced_at":"2026-05-01T08:32:09.832Z","repository":{"id":204255214,"uuid":"711433606","full_name":"Yash-Kavaiya/eda-website","owner":"Yash-Kavaiya","description":"Easy-to-use web application for performing in-depth exploratory data analysis (EDA). Visualize, understand, and gain insights from your datasets.","archived":false,"fork":false,"pushed_at":"2023-11-01T16:59:10.000Z","size":731,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-11T13:33:06.295Z","etag":null,"topics":["flask","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yash-Kavaiya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-29T08:59:51.000Z","updated_at":"2024-03-02T03:50:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea6beda6-48d0-4584-aa18-f90720e83988","html_url":"https://github.com/Yash-Kavaiya/eda-website","commit_stats":null,"previous_names":["yash-kavaiya/eda-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Yash-Kavaiya/eda-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Kavaiya%2Feda-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Kavaiya%2Feda-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Kavaiya%2Feda-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Kavaiya%2Feda-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yash-Kavaiya","download_url":"https://codeload.github.com/Yash-Kavaiya/eda-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Kavaiya%2Feda-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32490810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","python"],"created_at":"2024-11-06T04:14:46.920Z","updated_at":"2026-05-01T08:32:09.813Z","avatar_url":"https://github.com/Yash-Kavaiya.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EDA Website with CSV Upload and Download Options\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Features](#features)\n3. [Requirements](#requirements)\n4. [Installation](#installation)\n5. [Usage](#usage)\n6. [Contributing](#contributing)\n7. [License](#license)\n\n---\n\n## 1. Introduction\n\nThis is a web application that allows users to perform Exploratory Data Analysis (EDA) on CSV files. Users can upload their datasets, perform EDA operations, and download the generated EDA report in HTML format.\n\n## 2. Features\n\n- **CSV Upload**: Users can upload their CSV files through the website interface.\n\n- **EDA Generation**: The uploaded CSV files will be processed to generate an EDA report in HTML format.\n\n- **Download Options**: Users can download the generated EDA report for further analysis.\n\n## 3. Requirements\n\n- Python 3.x\n- Flask\n- ydata profiling\n\n## 4. Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Yash-Kavaiya/eda-website\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd eda-website\n```\n\n3. Install the required Python packages:\n\n```bash\npip install -r requirements.txt\n```\n\n## 5. Usage\n\n1. Run the application:\n\n```bash\npython app.py\n```\n\n2. Open your web browser and go to `http://localhost:5000` to access the EDA website.\n\n3. Upload your CSV file using the provided interface.\n\n4. Once the EDA is complete, you will be provided with a download link to get the generated HTML report.\n\n## 6. Contributing\n\nIf you would like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n\n2. Create a new branch for your feature or bug fix:\n\n```bash\ngit checkout -b feature_branch\n```\n\n3. Make your changes and commit them:\n\n```bash\ngit commit -m \"Description of changes\"\n```\n\n4. Push your changes to your fork:\n\n```bash\ngit push origin feature_branch\n```\n\n5. Create a pull request on the original repository.\n\n## 7. License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nFeel free to customize this readme file to better suit your specific project. Make sure to replace placeholder values with your actual project details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyash-kavaiya%2Feda-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyash-kavaiya%2Feda-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyash-kavaiya%2Feda-website/lists"}