lawong888 / gpt3-alchemy

GPT-3 attempts to predict & balance chemical reactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 46.0%Language:JavaScript 45.2%Language:HTML 5.5%Language:CSS 3.2%