Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 956 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 956 Bytes

FormulAI

LangChain/GPT 3.5 App for generating ingredients and protocols for formulations

Prerequisites

Get an OpenAI API Key and set it as your environmental variable OPENAI_API_KEY. (Also need to set a billing and usage limit.)

Install

git clone https://github.com/blue-moon22/formulAI.git
cd formulAI

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Quickstart

streamlit run app.py

To Do

  • Use Apify to search WIPO
  • Prompt design (which healthcare companies, chemical, what is chemical similar to, search all similar compounds)

Resources