Metadata-Version: 2.4
Name: genai4sa
Version: 0.1.0
Summary: A software architecture generation tool using LLMs
Author-email: Hashim Khan <hashimahmedkhan2002@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: langchain==0.3.25
Requires-Dist: nbconvert
Requires-Dist: python-dotenv==1.0.0
Requires-Dist: langchain-google-genai
Requires-Dist: langchain-groq==0.3.2
Requires-Dist: langchain-openai==0.3.16
Requires-Dist: uvicorn==0.25.0
Requires-Dist: customtkinter==5.2.2
Requires-Dist: plantuml
Requires-Dist: reportlab==4.4.0
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: scipy

# GenAI-for-SA
 A tool to generate software design document using LLM models and different prompting techniques.

 # Steps to run the app 

 1. Install with this command (enter in command prompt/terminal):
       pip install genai4sa==0.1.0
 2. Run with this command:

        genai4sa
