AI-Financial-Analyst

Financial Analyst System using LangChain and Ollama

This project implements a financial analyst system using LangChain and Ollama. The system allows users to input queries related to finance, such as stock analysis, market trends, and company reports, and returns insightful and organized responses.

Features

Requirements

To run this system, ensure you have the following libraries installed:

pip install ollama langchain

Usage

  1. Clone the repository:

    git clone https://github.com/TamerOnLine/financial-analyst-system.git
    cd financial-analyst-system
    
  2. Run the system:

    Run the following command to start interacting with the financial analyst system:

    python financial_analyst_system.py
    
  3. Input Queries:

    Once the system is running, you can input any finance-related query. For example:

    What are the current trends in the stock market?
    

    The system will respond with detailed, organized insights.

Code Structure

Example

Input: What are the most profitable tech stocks in 2024?

Response:
- Stock A: Detailed performance metrics
- Stock B: Insights on market position
...

Future Improvements

Contributing

We welcome contributions! Please follow the steps below to contribute:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.


Developed by Tamer.