Skip to content

pandeyhere/helpmate_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelpMate AI

HelpMate AI Project Background The data to query this information for the problem, is not quite there with existing Open AI LLM. We need to train the LLM using RAG (processing existing pdf) and help get the answer for the query.

Problem Statement Using an external document, figure out the revenue for Uber in 2022.

Create and activate a virtual environment:

python3 -m venv venv
source venv/bin/activate  # On Windows, use `venv\Scripts\activate`

Install dependencies:

pip3 install -r requirements.txt

Set your OpenAI API key as an environment variable:

export OPENAI_API_KEY='your_openai_api_key'  # On Windows, use `set OPENAI_API_KEY='your_openai_api_key'`

Run the Python App:

python3 helpmate.py

Give the Input:

What is the revenue of uber in 2022?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages