LangChain/GPT 3.5 App for generating ingredients and protocols for formulations
Get an OpenAI API Key and set it as your environmental variable OPENAI_API_KEY
. (Also need to set a billing and usage limit.)
git clone https://github.com/blue-moon22/formulAI.git
cd formulAI
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run app.py