An AI agent for excuting code and paper summary.
Infinity Agents is an AI-based tool designed to excute the code in your local computer and search the paper. This repository contains multiple scripts and notebooks to assist in coding and analysis.
Actually this AI Agent is design for those don't how to coding and need to search a lot of paper.
- Code Helper:It will create a workspace in your computer. you could upload and download the files in your workspace. If you want to do something just tell it to the Code Helper, it will excute it in workspace automatically.
- Paper AI:Give it a topic, it will search 15 paper in pubmed and summary the most relative 5 paper for you.
- To install the required dependencies, run:
pip install -r requirements.txt
- set the enviroment YI_API_KEY as your YI api key or change the API_KEY varible in app/codeAI.py and app/paperAI.py
# Get the API key from environment variables OR set your API key here
API_KEY = os.environ.get("YI_API_KEY", "XXXXXXXXXXXXXXX Your Yi api goes here")
To use the AI agent in web, follow these steps:
-
Clone the repository:
git clone https://github.com/Vist233/Infinity_Bio-Agents.git cd Infinity_Bio-Agents
-
To use the app, run:
docker build -t infinite-agents . docker run -p 8080:8080 infinite-agents
look at your http://127.0.0.1:5000
This project is licensed under the Apache-2.0 license.