You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a bot that scans pubmed literature and github for publications related to a topic and summarizes them in a table.
3
+
4
+
## Dependencies
5
+
6
+
You'll need to have an Ollama installed on your machine. You can download it by going [here](https://ollama.com/download). Once you have it installed you can download the LLama3.1 model by running the following command:
7
+
8
+
```bash
9
+
ollama pull llama3.1
10
+
```
11
+
12
+
Create a new virtual environment and install the dependencies by running the following commands:
0 commit comments