Skip to content

multiagent ai platform for suggestions related to investment and stock news

Notifications You must be signed in to change notification settings

navuboy/fin_advice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 Personal Financial Advisor Agent

A Streamlit-powered AI application that provides stock market analysis, company insights, and investment recommendations using multiple AI agents.

Demo

🌟 Features

  • Multi-Agent AI System

    • 📈 Market Analyst: Identifies market trends
    • 🏢 Company Researcher: Analyzes financials and risks
    • 💰 Investment Strategist: Provides portfolio recommendations
  • Real-Time Stock Data

    • Price history visualization with moving averages
    • Key metrics (52-week high/low, market cap, earnings dates)
  • Interactive Chat Interface

    • Natural language queries
    • Context-aware responses
  • Performance Monitoring

    • Response time tracking
    • Agent usage statistics
  • Customizable Models

    • Switch between LLama3 and DeepSeek models per agent

🚀 Installation

  1. Prerequisites:
    • Python 3.8+
    • Ollama running locally
    # Download required models
    ollama pull llama3.2
    ollama pull deepseek-r1:1.5b
    

Setting up Conda env & running the streamlit ui

Conda env setup

conda create -p venv python==3.12

install the required libraries/dependencies

pip install -r requirements.txt

to start the streamlit page:

streamlit run app.py

About

multiagent ai platform for suggestions related to investment and stock news

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages