Skip to content

This is a financial tool used for developers that are keen in reading into financial reports when investing, with a ChatGPT support, it summarizes and highlights key details of the report (PE ratio, Earnings, any key facts etc.)

Notifications You must be signed in to change notification settings

RajanChavada/ReportReducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

ReportReducer

This is a financial tool used for developers that are keen in reading into financial reports when investing, using Ollama Llama 3's open source LLM, it summarizes and highlights key details of the report (PE ratio, Earnings, any key facts etc.) Using a React.js frontend to retreive user files, and a python FLASK backend in order to parse the file, extract the text and prompt the LLM I was able to create the end to end functionality for the application and retreive some key insights into a companies quarterly report.

Choosing a financial report in order to submit

image After choosing the financial report, the user presses on submit making a axios request to the FLASK backend routed here: image

Flask backend

The FLASK backend is responsible for reading the pdf document uploaded, parsing the file and extracting the text in order to use as a prompt for the LLM The prompt it given to the LLM and sent back to the front end in order to display the result: image

Future Alterations to be made:

  • Including a prompt input so users can create custom prompts for the tool
  • Including more styling for the output test and application overall
  • Improving the speed of the data retreival from LLM possibly
  • Including a scraper pre-processor to grab key words from the document using python script to be easier for the LLM

About

This is a financial tool used for developers that are keen in reading into financial reports when investing, with a ChatGPT support, it summarizes and highlights key details of the report (PE ratio, Earnings, any key facts etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published