The generator is currently available here.
Install the required dependencies in a virtual environment
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtthen resolve the submodules
git submodule update --init --recursiveand install p7
sudo apt install p7zip-full p7zip-rarCreate a env files under LLM and set your aixplain API key
echo "YOUR-API-KEY" >> .envLastly, run the app
flask --app app --debug runcd frontend/
npm install
npm startand open localhost:3000.