Python-Week8_Frameworks_Assignment

Frameworks Assignment – CORD-19 Data Explorer

This project explores the CORD-19 dataset (metadata.csv) and creates a simple Streamlit application to visualize COVID-19 research insights.


📌 Features


🛠️ Tools Used


📂 Project Structure

Frameworks_Assignment/
│
├── README.md          # Documentation
├── requirements.txt   # Dependencies
├── notebook.ipynb     # Jupyter Notebook with analysis
├── app.py             # Streamlit web app
├── screenshots/       # Example output screenshots
└── data/
    └── metadata.csv   # Place dataset here (not included in repo)

⚡ Installation

  1. Clone this repo:
    git clone https://github.com/<your-username>/Frameworks_Assignment.git
    cd Frameworks_Assignment
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Add the dataset:
    • Download metadata.csv from Kaggle (CORD-19 Dataset)
    • Place it inside the data/ folder.

▶️ Usage

Run Jupyter Notebook

jupyter notebook notebook.ipynb

Run Streamlit App

streamlit run app.py

Project Structure text

Features

Results

The analysis reveals patterns in COVID-19 research publications, including:


📊 Example Results & Screenshots

Publications by Year

Publications by Year

Top Journals

Top Journals

Word Cloud of Paper Titles

Word Cloud

Streamlit App

Streamlit App

📌 Note: Save your charts or app screenshots inside a folder named screenshots/ and they will appear here automatically.


📝 Reflection