[PR #32] [MERGED] AI-Business-Insider #2614

Closed
opened 2026-04-26 21:35:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/32
Author: @Madhuvod
Created: 11/25/2024
Status: Merged
Merged: 11/28/2024
Merged by: @Shubhamsaboo

Base: mainHead: ai-news


📝 Commits (3)

  • ac5affa Added new Agent project in ai_agent_tutorials
  • 06447e7 Fix: Added ai_business_insider as a regular folder with code files
  • 8c1999a new implementation of the agent w phidata

📊 Changes

4 files changed (+148 additions, -0 deletions)

View changed files

ai_agent_tutorials/ai_business_insider/.gitignore (+1 -0)
ai_agent_tutorials/ai_business_insider/README.md (+43 -0)
ai_agent_tutorials/ai_business_insider/business_insider.py (+99 -0)
ai_agent_tutorials/ai_business_insider/requirements.txt (+5 -0)

📄 Description

Description: This project is a News Engine that helps users research a news topic, fact-check information, summarise key findings, and analyze trends to help find their Potential Business Ideas for their own Company! It leverages multiple AI agents to collect, verify, and analyze news, enabling users to extract insights and identify key opportunities across various news articles. The application uses CrewAI to orchestrate these tasks and provide an interactive experience.

One liner: An AI-powered news aggregator that simplifies access to recent, sector-specific news and trends, helping users stay informed and spot business opportunities effortlessly.

Basic Idea: Mainstream News and Media is very clustered and time taking to go through multiple news domains at a time. With the help of this application integrated with a LLM, people can study and read about the recent news updates easily of a particular sector they are interested in, across multiple news articles instantly - also giving them what the trends are.

Sometimes people want to read about sports, finance and business, the tech industry and even the Politics in depth - this application helps them to query the sector they want to the recent news about, and they get it along with the potential business opportunities that are there, helping them in their entrepreneurial journey too! If they find any particular article interesting, they can click the link of that particular article directly.

Tools/Technologies used:

Frontend: Streamlit
Backend:
Python (with FastAPI for the API backend)
AI/ML Tools:
CrewAI for orchestrating AI agents
Google Fact-Check Tools API
OpenAI for trend analysis
Web Scraping: Custom web scrapers and external APIs (News API)

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/32 **Author:** [@Madhuvod](https://github.com/Madhuvod) **Created:** 11/25/2024 **Status:** ✅ Merged **Merged:** 11/28/2024 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `ai-news` --- ### 📝 Commits (3) - [`ac5affa`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/ac5affaeba58f366f572529b52f55d554b6eac32) Added new Agent project in ai_agent_tutorials - [`06447e7`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/06447e73e73f5da0cb19239479f57ca3882a5fdd) Fix: Added ai_business_insider as a regular folder with code files - [`8c1999a`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/8c1999a77cd87d388e372f5662980c24ff766d8b) new implementation of the agent w phidata ### 📊 Changes **4 files changed** (+148 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ai_agent_tutorials/ai_business_insider/.gitignore` (+1 -0) ➕ `ai_agent_tutorials/ai_business_insider/README.md` (+43 -0) ➕ `ai_agent_tutorials/ai_business_insider/business_insider.py` (+99 -0) ➕ `ai_agent_tutorials/ai_business_insider/requirements.txt` (+5 -0) </details> ### 📄 Description **Description**: This project is a News Engine that helps users research a news topic, fact-check information, summarise key findings, and analyze trends to help find their Potential Business Ideas for their own Company! It leverages multiple AI agents to collect, verify, and analyze news, enabling users to extract insights and identify key opportunities across various news articles. The application uses CrewAI to orchestrate these tasks and provide an interactive experience. One liner: An AI-powered news aggregator that simplifies access to recent, sector-specific news and trends, helping users stay informed and spot business opportunities effortlessly. Basic Idea: Mainstream News and Media is very clustered and time taking to go through multiple news domains at a time. With the help of this application integrated with a LLM, people can study and read about the recent news updates easily of a particular sector they are interested in, across multiple news articles instantly - also giving them what the trends are. Sometimes people want to read about sports, finance and business, the tech industry and even the Politics in depth - this application helps them to query the sector they want to the recent news about, and they get it along with the potential business opportunities that are there, helping them in their entrepreneurial journey too! If they find any particular article interesting, they can click the link of that particular article directly. **Tools/Technologies used:** Frontend: Streamlit Backend: Python (with FastAPI for the API backend) AI/ML Tools: CrewAI for orchestrating AI agents Google Fact-Check Tools API OpenAI for trend analysis Web Scraping: Custom web scrapers and external APIs (News API) ![image](https://github.com/user-attachments/assets/7232a565-2de4-4d60-9579-3d809a004965) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-26 21:35:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#2614