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.
Studio_Project.mp4
The coolest llama! 😎
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
pip install gradio
Setup you OpenAI API key
export OPENAI_API_KEY=<your-api-key>
And you're ready to launch BOLLaMa!
python app.py