Skip to content

siddnikh/ayushma

 
 

Repository files navigation

Ayushma AI

Installation

create a virtual environment and install the requirements

pip3 install --user virtualenv
virtualenv .venv
source .venv/bin/activate
pip3 install -r requirements/local.txt

Required Env Variables

You can add these at the end of your activate file in [virtualenvfolder] -> bin like export [env] = [value]

Variable Description
OPENAI_API_KEY OpenAI API Key
PINECONE_API_KEY Pinecone API Key
PINECONE_ENVIRONMENT Pinecone Environment
PINECONE_INDEX Pinecone Index

About

Your One Touch Healthcare Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.0%
  • Dockerfile 5.0%
  • Shell 4.5%
  • Other 1.5%