Skip to content

This repository showcases a test project using AutoGen to explore how agent collaboration can automate the process of performing a literature review.

Notifications You must be signed in to change notification settings

amsilveira-ce/Autogen-Literature-Review

Repository files navigation

Autogen-Conference

Setup Ollama

Install Ollama by following the instructions on the official website for your operating system. Link for download: https://ollama.com/

Download Models

Use the following commands to download the required models:

  
ollama pull granite3.3:2b
ollama pull granite3.3:8b

Setup Instructions - Run locally

  1. Create an virtual enviroment
    pip install virtualenv
    virtualenv autogen_env
    
    source autogen_env/bin/activate
    
  2. Install Autogen
    pip install pip install -U "autogen-agentchat"
    pip install -U "autogen-ext[ollama]"
    pip install streamlit
    
    
  3. Run locally - interface
    streamlit run main.py

About

This repository showcases a test project using AutoGen to explore how agent collaboration can automate the process of performing a literature review.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages