https://github.com/chetannihith/generative-system-design
Our Gen AI & LLM Project. That generates system design based on your input. Used Groq API. For further information just visit the website. If you like this repo give it a star ⭐️.
https://github.com/chetannihith/generative-system-design
Last synced: about 2 months ago
JSON representation
Our Gen AI & LLM Project. That generates system design based on your input. Used Groq API. For further information just visit the website. If you like this repo give it a star ⭐️.
- Host: GitHub
- URL: https://github.com/chetannihith/generative-system-design
- Owner: chetannihith
- Created: 2025-03-22T16:56:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-26T19:46:15.000Z (5 months ago)
- Last Synced: 2025-04-26T20:28:43.388Z (5 months ago)
- Language: Python
- Homepage: https://genai-project-10.streamlit.app/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generative-System-Design
before using this project, add an .env file in the directory with content:
```bash
GROQ_API_KEY='YOUR_GROQ_API_KEY(Without string format)'
```