Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 461 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 461 Bytes

GPT-3 Alchemy

GPT-3 attempts to predict & balance chemical reactions

Setup

  • Create a virtual environment using virtualenv or conda
  • Install Python dependencies
pip install -r requirements.txt
  • Install node dependencies (if you want to run the web-app)
yarn install
  • Set your open-ai key as an environment variable named OPENAI_KEY. Example:
export OPENAI_KEY=sk-something

Run App

python main.py