We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2e708 commit 1fb31faCopy full SHA for 1fb31fa
.gitattributes
@@ -0,0 +1 @@
1
+*.ipynb linguist-vendored
CONTRIBUTING.md
@@ -0,0 +1,16 @@
+## 🦸 Contributing to awesome-openai-vision-api-experiments
2
+
3
+We love your input! We want to make contributing to awesome-openai-vision-api-experiments as easy and transparent as possible, whether it's:
4
5
+- Reporting a bug
6
+- Discussing the current state of the code
7
+- Submitting a fix
8
9
+## 🧪️ Adding a new experiment
10
11
+- **We only accept experiments where the code was open-sourced.**
12
+- Add new subdirectory to `experiments` directory.
13
+- Add new entry to `automation/data.csv` file.
14
+- Run `automation/script.py`. Experiments table in `README.md` will update
15
+automatically.
16
+- Commit changes to feature branch. Create PR.
0 commit comments