Skip to content

A application to test the AI agent accuracy, powered by Streamlit

License

Notifications You must be signed in to change notification settings

Hehua-Fan/AgentAcc-Batch-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentAcc-Batch-Test

alt text

Quick Start

There is a website can be used directly to demo.

https://agentacc-batch-test.streamlit.app/

Get Started

To get started with Local Multimodal AI Chat, clone the repository and follow these simple steps:

  1. Change your path at first, which the folder is located in
cd AgentAcc-batch-test
  1. Create a Virtual Environment: I am using Python 3.9.16 currently
conda create -n <your_environment_name> python==3.9.16 -y
conda activate <your_environment_name>
  1. Install Requirements
pip install -r requirements.txt
  1. Enter commands in terminal
streamlit run app/app.py

Possible Improvements

  • support multi-round dialogue
  • limit the quantity of the q-a pair generation
  • Clicking another button or blank space will refresh the page, resulting in data loss
  • show real-time output for the better experience while waiting for the output

About

A application to test the AI agent accuracy, powered by Streamlit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages