This project focuses on the analysis and forecasting of COVID-19 cases using real-world datasets. It performs preprocessing, visualization, and time-series forecasting using ARIMA models to predict confirmed cases over time.
📦 Tech Stack:
| Notebook | Purpose |
|---|---|
main_proj.ipynb |
Preprocessing, EDA, cumulative/daily case analysis |
COVID_proj_new.ipynb |
Time-series modeling, ARIMA forecasting, RMSE evaluation |
Visualizations include cumulative trends, daily spikes, and future forecasts.
Add sample screenshots or plots here if desired.
pip install pandas numpy matplotlib seaborn statsmodels jupyter