|
a |
|
b/docs/talk2cells/agents/intro.md |
|
|
1 |
# Talk2BioModels |
|
|
2 |
|
|
|
3 |
**Talk2BioModels** is an AI-agent designed to interact with mathematical models in systems biology. You can choose to either interact with a model available in the BioModels database or upload your own model. |
|
|
4 |
|
|
|
5 |
--- |
|
|
6 |
|
|
|
7 |
### Why Talk2BioModels? |
|
|
8 |
|
|
|
9 |
Biological models are critical for understanding complex biological mechanisms, yet they often remain inaccessible to those without a programming or mathematical background. **Talk2BioModels** bridges this gap by offering: |
|
|
10 |
|
|
|
11 |
- **Natural Language Interaction**: Simulate or ask questions to mathematical models directly. |
|
|
12 |
- **Streamlined Simulations**: Forward simulation of both internal and open-source models (e.g., BioModels database). |
|
|
13 |
- **Dynamic Adjustments**: Modify model parameters to simulate diverse conditions. |
|
|
14 |
- **Powerful Queries**: Effortlessly retrieve and analyze simulation results. |
|
|
15 |
|
|
|
16 |
### How to access Talk2BioModels? |
|
|
17 |
|
|
|
18 |
There are 2 ways to access Talk2BioModels: |
|
|
19 |
|
|
|
20 |
- **Set up the Streamlit app**: Follow the instructions on the home page to set up an launch the Streamlit app. |
|
|
21 |
- **Use the PyPI package**: Follow the tutorial for step-by-step guidance on how to use the PyPI package. |
|
|
22 |
|