sugeerth / crewai_ai_business_consultant_on_streamlit

A multi-agent business consultant app on streamlit implemented using crewAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Agent AI Business Consultant

Welcome to the Multi-Agent AI Business Consultant! This project leverages the power of multi-agent systems to provide robust business consulting solutions using CrewaI and Streamlit.

Table of Contents

  • Overview
  • Features
  • Installation
  • Usage
  • License
  • Acknowledgments

1. Overview

The Multi-Agent AI Business Consultant is an open-source application designed to assist businesses in making data-driven decisions. It employs a multi-agent framework using CrewaI and provides an interactive user interface built with Streamlit. This application offers insights and recommendations tailored to your business needs.

Read more about the project in the Medium article.

2. Features

  • Multi-Agent Framework: Utilize multiple agents to analyze and provide business solutions.
  • User-Friendly Interface: Interactive UI built with Streamlit for ease of use.
  • Customizable Agents: Configure agents to focus on specific business areas.
  • Real-Time Analytics: Get real-time insights and recommendations.
  • Scalable Architecture: Easily extend the functionality by adding new agents or modifying existing ones.

3. Installation

To get started with the Multi-Agent AI Business Consultant, follow these steps:

3.1. Clone the Repository:

bash

Copy code

git clone https://github.com/hanantabak2/crewai_ai_business_consultant_on_streamlit.git

cd crewai_ai_business_consultant_on_streamlit

3.2. Install Dependencies:

bash

Copy code

pip install -r requirements.txt

3.3. Run the Application:

bash

Copy code

streamlit run app.py

4. Usage

4.1. Start the Application: Run the following command:

bash

Copy code

streamlit run app.py

4.2. Access the UI: Open your web browser and go to http://localhost:8501. 4.3. Configure Agents: Use the configuration panel to customize the agents according to your business requirements. 4.4. Generate Insights: Submit your queries and receive detailed insights and recommendations.

5. License

This project is licensed under the Apache-2.0 license .

6. Acknowledgments

About

A multi-agent business consultant app on streamlit implemented using crewAI

License:Apache License 2.0


Languages

Language:Python 100.0%