AI-Powered Process Analyst
- Clone the repo locally
- Setup virtual Python environment:
python -m venv venv
- Activate your virtual environment:
- For Windows:
.venv\Scripts\activate
- For Linux:
source venv/bin/activate
- For Windows:
- Install the necessary requirements:
pip install -r requirements.txt
- Start the app server via
python app.py
- You can access the app at
http://127.0.0.1:4555/
- Prerequisites:
- Install node and angular-cli:
- node: https://nodejs.org/en
- angular-cli: https://angular.io/cli
- Install node and angular-cli:
- Go to the folder: ./frontend
- Install npm dependencies:
npm install
- Run the frontend application:
npm run start
- You can access the frontend application at:
http://localhost:4200/
- Prerequisites:
- Prerequisites defined in the last two sections also apply here
- Requirements are automatically installed by this script and these steps can be skipped here:
pip install -r requirements.txt
npm install
- Go to the folder: ./build_scripts
- Execute the script:
.\run_aipa_windows.ps1
Run ng serve --host 0.0.0.0
The user can select between the 'json', 'xml', and 'svg' abstractions in the configuration.
If the 'svg' abstraction is selected, then the 'gpt-4-vision-preview' model should be used, and ImageMagick should be installed and added to the system path.