Skip to content

CloudWise is a smart cost analysis tool that helps track, analyze, and explain AWS billing anomalies in an interactive dashboard. It uses data preprocessing, Z-score anomaly detection, and GPT-style reasoning (mocked for now) to provide insights into unusual cloud spending patterns.

Notifications You must be signed in to change notification settings

shreya150804/CloudWise-AWS-Cost-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CloudWise – AWS Cost Analyzer

CloudWise is a smart cost analysis dashboard that helps you track, analyze, and explain AWS billing anomalies.
It combines data preprocessing, anomaly detection, and AI-style reasoning (mocked GPT explanations) to provide insights into unusual spending patterns.


✨ Features

  • πŸ“Š Interactive Dashboard built with Streamlit + Plotly
  • πŸ” Anomaly Detection using Z-score on daily AWS costs
  • πŸ€– AI-Style Explanations (mock GPT reasoning using service & usage type)
  • πŸ“‚ Modular Codebase (utils/ for clean and reusable logic)
  • πŸ“‘ Upload Your Own Billing Data or use the provided sample dataset

πŸ“‚ Project Structure

│── app.py # Streamlit app (main dashboard) │── README.md # Project documentation │── utils/ β”‚ β”œβ”€β”€ data_loader.py # Load and preprocess data β”‚ β”œβ”€β”€ analysis.py # Aggregation and breakdowns β”‚ β”œβ”€β”€ anomalies.py # Z-score anomaly detection β”‚ └── ai.py # Mock GPT-style explanations

πŸ› οΈ Tech Stack Python 3.10+ Streamlit – Interactive dashboard Plotly – Charts & visualizations Pandas / NumPy – Data wrangling Z-score – Anomaly detection

πŸ‘©β€πŸ’» Author Shreya Wani πŸ“Œ LinkedIn | GitHub

About

CloudWise is a smart cost analysis tool that helps track, analyze, and explain AWS billing anomalies in an interactive dashboard. It uses data preprocessing, Z-score anomaly detection, and GPT-style reasoning (mocked for now) to provide insights into unusual cloud spending patterns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages