Skip to content

Lingkai981/OSS-UAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSS-UAgent: An Agent-based Usability Evaluation Framework for Open Source Software

Quick Start

Environment Setup

python -m venv venv                                             
source venv/bin/activate
pip install flask flask-cors langchain openai faiss-cpu langchain-openai pydantic langchain_community

Set the OpenAI API key as an environment variable:

Open your terminal and add the following line to your shell configuration file (.bashrc, .zshrc, etc.):

export OPENAI_API_KEY="your-api-key-here"

Reload the shell configuration:

source ~/.bashrc   # If you use bash
source ~/.zshrc    # If you use zsh

Running the Program

python3 main.py

Start a new terminal

cd app/
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors