An open API service indexing awesome lists of open source software.

https://github.com/coding-for-it/cognitive-insight-engine

Extracts insights from PDF annual reports using OCR, NLP, ML, and APIs, and visualizes them in a dashboard.
https://github.com/coding-for-it/cognitive-insight-engine

fastapi pandas pdfplumber regrex streamlit textblob

Last synced: 3 months ago
JSON representation

Extracts insights from PDF annual reports using OCR, NLP, ML, and APIs, and visualizes them in a dashboard.

Awesome Lists containing this project

README

          

# Financial Insight Analyzer

An AI-powered document analysis tool that extracts key performance indicators (KPIs) and sentiment from PDF or Excel-based annual reports. Designed to help analysts, consultants, and decision-makers quickly understand business documents.

## Features

- Upload support for **PDF** and **Excel (.xlsx)**
- Extracts **financial KPIs** like Revenue, Net Profit, and Profit Margin
- Performs **sentiment analysis** to detect overall tone (positive, neutral, negative)
- Detects important sections like "Financial Overview", "Management Discussion", etc.
- Built using **FastAPI (backend)** and **Streamlit (frontend)**