Skip to content

GPT-3 attempts to predict & balance chemical reactions

License

Notifications You must be signed in to change notification settings

adijo/gpt3-alchemy

Repository files navigation

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

About

GPT-3 attempts to predict & balance chemical reactions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published