Skip to content

BenakDeepak/covid_cases_anaylser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Visualizing tools

🎯 Goal

The primary objective of this project is to explain your specific project's goal here. It includes implementing, visualizing, and analyzing relevant key features based on the files and project you shared.

🧵 Dataset / Input

This project does not rely on a predefined dataset. Instead, it takes user input in the following formats:

  • File Upload: Users can upload a file containing the input data. Make sure to follow the input file format described below.
  • Manual Entry: Users can manually input the data.

File Format Requirements:

  • File1: Accepts input in format (e.g., CSV), containing fields such as Country, Date_reported, New_cases, etc.

Example Input:

  • Manual Input Format Example:

    Country: value
    Date_reported: value
    New_cases: value
    
  • File Input Example: CSV

    Country,Date_reported,New_cases
    Country1,2023-01-01,10
    Country2,2023-01-01,20
    

🧾 Description

This project provides a web-based platform developed using Streamlit that allows users to interact with the system through manual input or file uploads. The tool implements specific project functionalities such as visualizing daily COVID-19 new cases and forecasting using ARIMA.

Features:

  • Real-time visualization of COVID-19 data based on user input.
  • Multiple input modes: manual and file-based.
  • Dynamic operations that analyze and visualize data trends and predictions.

🧮 What I Had Done!

  • Developed an interactive web interface using Streamlit.
  • Implemented features for file uploading and manual input handling.
  • Visualized the operations or data structures in real-time.
  • Provided feedback on every step of the process, including analysis and forecasting.

Sample Output:

  • After processing the input, the system generates visualizations and forecasts based on the data provided. For example:
    • Forecast Visualization:
    Future New Cases Forecast: 
    [Date: value, Forecasted New Cases: value]
    

📚 Libraries Needed

To run this project, install the following libraries:

  • streamlit: for building the web interface.
  • plotly: for visualizations.
  • statsmodels: for ARIMA modeling.
  • scikit-learn: for metrics.
  • pandas: for data manipulation.

Install them using:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages