Commit History

Update app.py: Modify HTML structure for the Gradio interface by simplifying the layout and changing the launch mode to SSR disabled for improved performance.
affe608

Abid Ali Awan commited on

Merge branch 'main' of https://huggingface.co/spaces/Agents-MCP-Hackathon/Financial-Advisory-Agent
c0cb986

Abid Ali Awan commited on

Refactor app.py: Improve code readability and structure by consolidating conditional statements, enhancing string formatting, and ensuring consistent spacing throughout the analysis functions for budget, portfolio, and stock data.
0112c49

Abid Ali Awan commited on

Update README.md
ecc56e5
verified

kingabzpro commited on

Update .gitattributes: Change image file handling to use Git LFS for all PNG files, improving storage efficiency.
42236b2

Abid Ali Awan commited on

Update README.md: Revise demo video link, enhance installation instructions, and streamline feature descriptions. Remove outdated example prompts and clarify backend technology version.
0d09fe2

Abid Ali Awan commited on

Add public/images/image.png with Git LFS
811d9d0

Abid Ali Awan commited on

Enhance holdings extraction in FinancialTools: updated regex patterns to differentiate between percentage and share formats, improving accuracy in parsing investment holdings.
6bc1434

Abid Ali Awan commited on

Refactor allocation calculation in FinancialTools: simplified logic for determining final total value based on investment type, ensuring accurate handling of both percentage-based and share-based portfolios.
c317aeb

Abid Ali Awan commited on

Enhance investment and holdings extraction in FinancialTools: implemented improved regex patterns for parsing total investment amounts and holdings percentages, increasing accuracy and flexibility in input handling.
d5c2e38

Abid Ali Awan commited on

Update default total investment value in FinancialTools: changed default from 50000 to 0 to better reflect initial investment state and improve input handling.
1966c5c

Abid Ali Awan commited on

Refactor FinancialTools: improved code readability by restructuring conditional statements and enhancing input parsing logic, while maintaining functionality for financial analysis and market trend reporting.
6f12f14

Abid Ali Awan commited on

Enhance investment input parsing in FinancialTools: added support for K, M, B suffixes in total investment amounts, improving accuracy in financial calculations.
3d3f7e4

Abid Ali Awan commited on

Refactor portfolio analyzer in FinancialTools: improved input handling for total investment and holdings, enhanced calculation logic for value and allocation, and added diversification recommendations based on portfolio analysis.
960de4c

Abid Ali Awan commited on

Update README and app.py: removed expense tracking references from the financial advisory agent description and example prompts for clarity and focus on budgeting and investment recommendations.
5f5172a

Abid Ali Awan commited on

Refactor portfolio analyzer in FinancialTools: simplified input extraction and handling, improved default portfolio logic, and enhanced analysis output with basic recommendations for diversification.
27965d3

Abid Ali Awan commited on

Fix Markdown syntax in Gradio interface: updated `gr.markdown` to `gr.Markdown` for proper rendering of the financial advisory agent's title and logo.
0a88725

Abid Ali Awan commited on

Refactor portfolio data extraction in FinancialAgent: enhanced support for JSON-like structures and simplified symbol parsing for holdings, ensuring more robust input handling.
e245372

Abid Ali Awan commited on

Improve input handling in FinancialTools: added support for multiple input formats for holdings and enhanced validation for holding entries.
5a45108

Abid Ali Awan commited on

Enhance financial tools error handling: added fallback for stock price retrieval, improved exception handling for individual stock errors, and updated README formatting for clarity.
fa3d0f6

Abid Ali Awan commited on

Refactor financial tools: removed expense tracker functionality, updated budget planner keywords, and improved README with new tags and demo video link.
563fd53

Abid Ali Awan commited on

Update numpy version in requirements.txt from 2.3.0 to 2.2.6 for compatibility.
ea3677f

Abid Ali Awan commited on

Update README.md to enhance project description, add detailed features, installation instructions, example prompts, and technical architecture for the Financial Advisory Agent. Changed emoji and color scheme for better representation.
5ad2796

Abid Ali Awan commited on

initial commit
6ceb32c
verified

kingabzpro commited on