PriyeshDave / gen-ai-pocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenAI Copilots

Our dedicated team of three AI/ML engineers is on a mission to revolutionize the way businesses harness the power of Generative AI. With a passion for pushing boundaries, we've crafted three groundbreaking projects that redefine the landscape of intelligent applications.

home_page_banner

Screenshot 2024-01-21 at 2 02 53 PM

Athena:

Meet Athena, our Gen AI marvel, trained on Slack data to deliver unprecedented conversational experiences. Whether you're engaging in dynamic discussions or seeking real-time insights, Athena is your virtual companion.

Colleague Onboarding Copilot:

Next in line is our Colleague Onboarding application, a comprehensive solution for all queries related to onboarding. We believe in simplifying processes, and this application is the epitome of efficiency and user-friendly onboarding experiences.

Data Copilot:

Last but not least, Data Copilot takes center stage as it empowers business users to navigate data platforms effortlessly. This conversational AI bridges the gap between complex data insights and users without technical expertise. Unlocking valuable information is now as simple as a conversation.

Screenshot 2024-01-21 at 2 06 37 PM

Untitled design-2

Running the application:

1. Setting up the virtual environment

1.1 Create the virtual environment

python -m venv venv

1.2 Activate the virtual environment

source venv/bin/activate

1.3 Install the required packages

pip install -r requirements.txt

2. Adding the open ai key

Add your open ai key in secrets.toml file gpt_secret = <YOUR OPEN AI KEY> Screenshot 2024-01-21 at 8 46 56 PM

3. Run the application

3.1 Go to Streamlit Directory

cd Streamlit

3.2 Run:

streamlit run Home.py

About


Languages

Language:Python 64.0%Language:Jupyter Notebook 30.6%Language:Rich Text Format 4.5%Language:CSS 0.8%Language:Shell 0.1%