Skip to content

A market research tool that could suggest some GenAI/AI-ML use cases for a given company/industry after researching about them.

Notifications You must be signed in to change notification settings

adithya04dev/ai-market-research-agent

Repository files navigation

Description

A market research tool built with CrewAI that analyzes companies and industries, generates relevant use cases , and identifies implementation resources. Simplifies the process of gathering strategic business insights.

Architecture Flow Chart

Architecture Diagram 1 Architecture Diagram 2

Output Screenshots

1. Market Researcher's Response

Market Research Output 1 Market Research Output 2

2. Use Case Agent's Response

Use Case Output

3. Final Report

Final Report 1 Final Report 2

Frameworks/Tools used

-Crew AI -for building multiple agents.
-CrewAI tools SerperDev for searching internet,ScrapeWebsite for scraping webpage dataPDFSearchTool for searching through pdf reports.

Learning Resources

CrewAI docs : https://docs.crewai.com/introduction
Deeplearnig.ai short course : https://www.deeplearning.ai/short-courses/multi-ai-agent-systems-with-crewai/

Installation and Seup

1.clone repo

git clone https://github.com/adithya04dev/ai-market-research-agent.git  

2.create environment and activate

python -m venv venv    
cd venv    
.\venv\scripts\activate   

3.install requirements

pip install - r requirements.txt   
  1. set serper,together api key in .env file
  2. Run streamlit app
streamlit run app.py  

About

A market research tool that could suggest some GenAI/AI-ML use cases for a given company/industry after researching about them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published