GPT-3 attempts to predict & balance chemical reactions
- Create a virtual environment using
virtualenv
orconda
- 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
python main.py