This repository contains a Streamlit application designed to improve technical sales through the integration of a Silent AI Agent.
In the evolving landscape of business, Artificial Intelligence (AI) plays a crucial role in enhancing operational efficiency and customer engagement. This project aims to integrate a Silent AI Agent into the technical sales process to optimize customer engagement during technical sales meetings (TSMs).
- Real-time analysis of technical sales meetings
- Integration with OpenAI for generating responses
- PostgreSQL database for storing flagged questions and responses
To install and run the application, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/technical-sales-ai-agent.git cd technical-sales-ai-agent
-
Install the required packages:
pip install -r requirements.txt
-
Set up PostgreSQL database: Ensure PostgreSQL is installed and running. Update the
init_db
function instreamlit_app.py
with your database credentials. -
Run the Streamlit app:
streamlit run streamlit_app.py
To use the application, navigate to the Streamlit app in your browser. You will be prompted to ask questions about the services that the chatbot has been trained for, and the Silent AI Agent will generate responses based on the provided domain-specific knowledge.