A curated collection of AI examples and use cases.
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a new branch with a descriptive name:
git checkout -b add-your-example-name
- Add your entry to the
data/directory following the existing format - Commit your changes:
git add . git commit -m "Add: your example name"
- Push to your fork:
git push origin add-your-example-name
- Open a Pull Request against the main repository
Each entry should include:
- Title
- Description
- Category
- Link to source/demo
- Relevant tags
- Ensure your entry is unique and adds value
- Follow the existing code style
- Include clear descriptions
- Test your changes locally before submitting