A software architecture generation tool using LLMs
Project description
GenAI-for-SA
A tool to generate software design document using LLM models and different prompting techniques.
How to use the tool:
1. Enter the API Key for OpenAI, GoogleAI or GroqAI depending on the model you want to use.
2. Select the Model to use.
3. Select the Prompting technique to use.
4. Input the textual description of the system.
5. Press Generate and wait for the PDF to open. The PDF will be saved in the current working directory
from where you ran the tool.
6. If you want to continue the conversation and iterate over the LLM respond, set Continue Conversation
to Yes, and enter the prompt in Textbox and Press Generate.
How to download the library and run the tool:
1. Install with this command (enter in command prompt/terminal):
pip install genai4sa
2. Run with this command:
genai4sa
How to Contribute:
1. Fork the repository at https://github.com/yorku-ease/devbot_SA
2. Create a feature branch: `git checkout -b feature/my-feature`
3. Make your changes and test.
4. Commit and push.
5. Open a Pull Request (PR)
How to run locally
1. Open terminal and go to where repo was cloned.
cd <repo name>
2. Run this command there to create a virtual environment (Only when running the First Time, Skip to 3rd step otherwise)
python -m venv venv
3. Then run this command to activate the virtual environment
For macOS/Linux:
source venv/bin/activate
For Windows (PowerShell)
.\venv\Scripts\Activate.ps1
(If you get the error saying running scripts is disabled on this system… -> Run this command in the root folder in PowerShell)
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
(When prompted, type Y and press Enter.)
4. Run this command there
pip install -e .
5. Then enter this command to run the program
genai4sa
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
genai4sa-0.2.1.tar.gz
(14.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
genai4sa-0.2.1-py3-none-any.whl
(15.1 kB
view details)
File details
Details for the file genai4sa-0.2.1.tar.gz.
File metadata
- Download URL: genai4sa-0.2.1.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de5382dfc4546015f16b111eb2d681a4df26660a8ef288a0b4bb7fae1a53cb0e
|
|
| MD5 |
75c7916ea1a10531cb9b515c7cda1c5d
|
|
| BLAKE2b-256 |
8813f337b8ed49fb4f7263dfd5a958728fd6a6fe0d1f61afbf01cf0b45868edb
|
File details
Details for the file genai4sa-0.2.1-py3-none-any.whl.
File metadata
- Download URL: genai4sa-0.2.1-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b08ec293511ae0048d5fe50803ff14910c4e13e9c1ab6ac5e2de89619092f74f
|
|
| MD5 |
e528f54a9917c9439493653b851b0e30
|
|
| BLAKE2b-256 |
56d7817d450bdfd70448a0f76ac3291b85599bd9dcf9c806861b02449c81e6dd
|