Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.08 KB

readme.md

File metadata and controls

42 lines (33 loc) · 1.08 KB

Financial Assistant DeepSeek R1

Overview

This project is a financial assistant application built using Streamlit and NVIDIA's API. It provides users with investment analysis, budgeting advice, loan guidance, and retirement planning.

Features

  • 📊 Investment Analysis
  • 💳 Budgeting Advice
  • 🏦 Loan Guidance
  • 💡 Retirement Planning

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/SURESHBEEKHAN/financial-assistant-deepseek-r1.git
    cd financial-assistant-deepseek-r1
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Set the NVIDIA API key as an environment variable:

    export api_key_nvidia=YOUR_API_KEY

Usage

  1. Run the Streamlit application:

    streamlit run app.py
  2. Open your web browser and navigate to http://localhost:8501 to access the application.

License

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

Acknowledgements

  • Built with NVIDIA API
  • Powered by LangChain