Skip to content

MSyedJubair/BizAnalic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BizAnalic — Bank Statement Analysis

A Django web application to upload bank statements (CSV, Excel, PDF), extract transactions, and provide interactive analytics with summary cards and charts on a dashboard.

This repository contains a Django project (myproject) and a single app main. Front-end templates are in templates/ and static assets (CSS, JS, images) are in static/.


Highlights

Dashboard Preview

  • Upload bank statements in CSV, Excel (.xls/.xlsx), or PDF formats.
  • PDF parsing via pdfplumber with regex-based transaction extraction.
  • Data processing with pandas and chart data prepared for Chart.js in templates.
  • Simple authentication flow (signup/login/logout) with session-based data storage for each user.

Screenshots

Home Page
Home Page

Features Page
Features Page

About Page About Page


Quick Start (Windows PowerShell)

  1. Create and activate a virtual environment
python -m venv .venv
.\.venv\Scripts\Activate.ps1

About

A Django web app to upload bank statements and visualize spending, income, and savings with interactive dashboards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors