/ClipDigest

Primary LanguageJupyter NotebookMIT LicenseMIT

How to run this code

  1. Configure Python environment, we suggest you use Python3.8

  2. Install openai and set the openai key in the terminal

export OPENAI_API_KEY=<your_api_key>

You can find your openai api key following this link.

  1. Install whisper following this

  2. Install the packages required: loguru, pytube, pubchempy, pandas, streamlit, langchain in your local python environment

  3. Install chemdataextractor by

pip install chemdataextractor
cde data download
  1. Install this repo
pip install -e .
  1. Run the program by streamlit run run.py