Clone the repository
To install the main part of the project, we suggest to create a new conda environment.
conda create -n MMAC python=3.10 -y
conda activate MMAC
pip install -r requirements.txt
pip install langchain_openai
cp .env.sample .env
cd vision/VisionServer
conda create -n MMAC_Vision python=3.10 -y
conda activate MMAC_Vision
pip install -r requirements.txt
python -m friday.core.api_server &
cd vision/VisionServer && python server.py &
python run.py [OPTIONS]
Options
--action_lib_path
'friday/action_lib'--config_path
'.env'--query
"I want to open google chrome browser, and use vision actions to search Friends Series"--query_file_path
--logging_filedir
'log'--logging_filename
'temp.log'--logging_prefix
--score
8Example Usage
python run.py --query "Help me open Spotify and play a song." --score 6
Python
100.0%
Clone the repository
To install the main part of the project, we suggest to create a new conda environment.
conda create -n MMAC python=3.10 -y
conda activate MMAC
pip install -r requirements.txt
pip install langchain_openai
cp .env.sample .env
cd vision/VisionServer
conda create -n MMAC_Vision python=3.10 -y
conda activate MMAC_Vision
pip install -r requirements.txt
python -m friday.core.api_server &
cd vision/VisionServer && python server.py &
python run.py [OPTIONS]
Options
--action_lib_path
'friday/action_lib'--config_path
'.env'--query
"I want to open google chrome browser, and use vision actions to search Friends Series"--query_file_path
--logging_filedir
'log'--logging_filename
'temp.log'--logging_prefix
--score
8Example Usage
python run.py --query "Help me open Spotify and play a song." --score 6
Python
100.0%