There is a website can be used directly to demo.
To get started with Local Multimodal AI Chat, clone the repository and follow these simple steps:
- Change your path at first, which the folder is located in
cd AgentAcc-batch-test
- 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>
- Install Requirements
pip install -r requirements.txt
- Enter commands in terminal
streamlit run app/app.py
- support multi-round dialogue
limit the quantity of the q-a pair generationClicking another button or blank space will refresh the page, resulting in data lossshow real-time output for the better experience while waiting for the output