This repository maintains a curated list of resources for AI Engineering. It is deployed here.
We welcome contributions! To add or update resources:
- Fork the repository
- Create a new branch for your changes
- Edit the
resources.yaml
file - Commit your changes
- Open a Pull Request
- Ensure your resource is unique and valuable
- Follow the existing YAML structure
- Include comprehensive details
- Verify all links are active
- Be respectful and professional in descriptions
Each resource should include:
- Name
- Description
- Links (website, github...)
- Tags
- Logo (preferably a file in logos/)
- Describe the resources you're adding/updating
- Ensure the YAML is valid and well-formatted
- Your PR will be reviewed by maintainers
- Once approved, changes will be merged and automatically deployed
- Automatically generated static site using GitHub Actions
- Searchable and sortable resources
- Hosted on GitHub Pages
- Ensure Python 3.9+ is installed
- Install dependencies:
pip install pyyaml jinja2 requests python-dotenv selenium webdriver-manager
- Run site generation:
python generate_site.py
Be kind, be constructive, and help us build a valuable resource collection.