This repository contains verified generators ? to be used in the dat project.
To run this project locally, follow these steps:
This can be done by clicking here.
Make sure you have Python 3.10 (minimum version) installed on your computer. If not, you can download and install it from Python's official website.
git clone [email protected]:{your-github-username}/verified-generators.gitNavigate into the cloned directory and create a virtual environment using your preferred method. If you're using venv, you can create a virtual environment like this:
cd verified-generators
python -m venv .venvActivate the virtual environment. The command to activate it depends on your operating system.
- On Unix and MacOS:
source .venv/bin/activate - On Windows:
.venv\Scripts\activate
pip install poetry
poetry installThis will install all the necessary dependencies for the project.
Please refer the detailed guide given here.
To integrate your newly written actor with the dat-ui and test it in a connection, head over to the detailed guide here.
If you want to contribute to this project, please read the contribution guidelines.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or issues regarding the project, feel free to contact us at [email protected].