Metadata-Version: 2.1
Name: promoai
Version: 1.0.2
Summary: ProMoAI: Process Modeling with Generative AI
Home-page: https://github.com/humam-kourani/ProMoAI
Author: Humam Kourani
Author-email: humam.kourani@gmail.com
License: GPL-3.0
Keywords: process modeling,business process management,generative AI
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pm4py==2.7.13.1
Requires-Dist: setuptools
Requires-Dist: streamlit
Requires-Dist: requests
Requires-Dist: google-generativeai
Requires-Dist: anthropic

# ProMoAI
ProMoAI is a Streamlit app that leverages Large Language Models (currently OpenAI's models) for the automatic generation of process models. ProMoAI transforms textual descriptions of processes into process models that can be exported in the BPMN and PNML formats. It also supports user interaction by providing feedback on the generated model to refine it.

## Launching the App
You have two options for running ProMoAI.
* *On the cloud:* under https://promoai.streamlit.app/.
* *Locally:* by cloning this repository, installing the required environment and packages, and then running 'streamlit run app.py'.


## Requirements

* *Environment:* the app is tested on both Python 3.9 and 3.10.
* *Dependencies:* all required dependencies are listed in the file 'requirements.txt'.
* *Packages:* all required packages are listed in the file 'packages.txt'.
