Stock-Invest-AI-Agent is an AI tool that recommends companies to invest in based on user profile details, such as investment amount and risk tolerance.
Stock-Invest-AI-Agent/
├── app.py
├── input_handler.py
├── api_data_collector.py
├── agents/
│ ├── long_term_agent.py
│ ├── short_term_agent.py
│ ├── low_risk_agent.py
├── data_analysis.py
├── risk_assessment.py
├── config.py
├── utils.py
└── tests/
├── test_input_handler.py
├── test_api_data_collector.py
├── test_long_term_agent.py
├── test_short_term_agent.py
├── test_low_risk_agent.py
├── test_data_analysis.py
├── test_data_visualization.py
├── test_risk_assessment.py
Output generated on the following factor
- Based on amount user wanted to investing on stocks
- Output contains list of companies.