Skip to content

doncamilom/BOLLaMa

Repository files navigation

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.

📽️ Demo

Studio_Project.mp4

The coolest llama! 😎

🚀 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