| title | GenAI Starter Kit |
|---|---|
| sdk | docker |
| python_version | 3.13 |
| app_port | 8501 |
| short_description | A lightweight, plug-and-play template for building generative AI apps with ease. |
| license | apache-2.0 |
Welcome to the GenAI Starter Kit! This template helps you kickstart your Generative AI application development with a modern, Python-based stack.
- Minimal, ready-to-extend project structure
- Python 3.13+ support
- Pre-configured for best practices (linting, formatting, CI)
- Easy dependency management with
pyproject.toml - Example documentation and contribution guidelines
-
Clone the repository:
git clone https://github.com/gvatsal60/GenAIStarterKit.git cd GenAIStarterKit -
Set up your environment:
python3.13 -m venv .venv source .venv/bin/activate pip install -e .
-
Start building your GenAI app!
genai-starter-kit/
βββ src/ # Your source code
βββ tests/ # Unit tests
βββ README.md
βββ pyproject.toml
βββ .gitignore
βββ LICENSE
βββ ...
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
This project is licensed under the Apache 2.0 License. See LICENSE for details.