foreverlove944 / BOLLaMa-chemiral-llm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build DOI:10.1101/2020.07.15.204701

Your AI sidekick for integration of expert optimization tools into the chemistry lab.

BOLLaMa, our AI-powered chatbot, simplifies the process of Bayesian Optimization for chemical reactions. It provides an easy-to-use interface that allows users to interact using natural language, removing the need for extensive programming knowledge or complex user interfaces. By offering a more approachable solution, BOLLaMa encourages the widespread adoption of sustainable optimization tools in the chemistry field.

๐Ÿš€ Installation

Clone and this repo

git clone https://github.com/schwallergroup/BOLLaMa.git
cd BOLLaMa

We recommend creating a conda environment, then install BOLLaMa and dependencies.

conda create -n bollama python=3.10 -y
conda activate bollama
pip install -e .
pip install graphein

๐Ÿ”ฅ Quick start

Setup you OpenAI API key

export OPENAI_API_KEY=<your-api-key>

And you're ready to launch BOLLaMa!

python app.py

About

License:MIT License


Languages

Language:Python 100.0%