AI-powered financial advisory bot that delivers intelligent buy/sell suggestions for publicly traded companies.
Explore the live application (Hosted on Azure Web App) :contentReference[oaicite:0]{index=0}
- AI-Driven Recommendations – Generates real-time insights on whether to buy or sell stocks.
- Flexible and Modular Architecture – Built with Streamlit for a smooth UI and integrated with LangChain, LangGraph, and DuckDuckGo search capabilities. :contentReference[oaicite:1]{index=1}
- Python
- Streamlit
- LangChain
- LangGraph
- DuckDuckGo Search Integration :contentReference[oaicite:2]{index=2}
- Clone this repository:
git clone https://github.com/rupeshkumar18123/Financial_Advisory.git cd Financial_Advisory
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Launch the app:
```bash
streamlit run app.py
```
---
## Project Structure
```
.
├── app.py # Main Streamlit application script
├── requirements.txt # Dependency list
├── startup.sh # Deployment startup script (likely for Azure)
└── .github/
└── workflows # (Optional) CI/CD configurations
```
([GitHub][1])
---
## License & Acknowledgments
Open-source project — feel free to explore, use, and contribute!
---
## Topics
`python` • `streamlit` • `langchain` • `langgraph` • `duckduckgo-search` ([GitHub][1])
```
---
**Why this works:**
- **Clear structure**: Sections like Features, Tech Stack, Getting Started, and Project Structure make it easy to navigate.
- **Lean and focused**: Only includes what’s necessary for understanding and using the project.
- **Live demo prominently featured**: Users immediately see where to try it out.
- **Consistent formatting**: Markdown headers and bullet points provide clarity and readability.
[1]: https://github.com/rupeshkumar18123/Financial_Advisory "GitHub - rupeshkumar18123/Financial_Advisory: Ai Financial advisory bot to give suggestion to buy or sell given company"