PlanOpticon
Add README badges and Dependabot config
Commit
40e3d6b925433fb4b8d462120446dfec59ea991fd7f333071d4cf4d47d7b0d19
Parent
48074942a8c912a…
2 files changed
+15
+6
+15
| --- a/.github/dependabot.yml | ||
| +++ b/.github/dependabot.yml | ||
| @@ -0,0 +1,15 @@ | ||
| 1 | +version: 2 | |
| 2 | +updates: | |
| 3 | + - package-ecosystem: pip | |
| 4 | + directory: "/" | |
| 5 | + schedule: | |
| 6 | + interval: weekly | |
| 7 | + open-pull-requests-limit: 10 | |
| 8 | + labels: | |
| 9 | + - dependencies | |
| 10 | + | |
| 11 | + - package-ecosystem: github-actions | |
| 12 | + directory: "/" | |
| 13 | + schedule: | |
| 14 | + interval: weekly | |
| 15 | + la |
| --- a/.github/dependabot.yml | |
| +++ b/.github/dependabot.yml | |
| @@ -0,0 +1,15 @@ | |
| --- a/.github/dependabot.yml | |
| +++ b/.github/dependabot.yml | |
| @@ -0,0 +1,15 @@ | |
| 1 | version: 2 |
| 2 | updates: |
| 3 | - package-ecosystem: pip |
| 4 | directory: "/" |
| 5 | schedule: |
| 6 | interval: weekly |
| 7 | open-pull-requests-limit: 10 |
| 8 | labels: |
| 9 | - dependencies |
| 10 | |
| 11 | - package-ecosystem: github-actions |
| 12 | directory: "/" |
| 13 | schedule: |
| 14 | interval: weekly |
| 15 | la |
+6
| --- README.md | ||
| +++ README.md | ||
| @@ -1,6 +1,12 @@ | ||
| 1 | 1 | # PlanOpticon |
| 2 | + | |
| 3 | +[](https://github.com/ConflictHQ/PlanOpticon/actions/workflows/ci.yml) | |
| 4 | +[](https://pypi.org/project/planopticon/) | |
| 5 | +[](https://pypi.org/project/planopticon/) | |
| 6 | +[](LICENSE) | |
| 7 | +[](https://planopticon.dev) | |
| 2 | 8 | |
| 3 | 9 | **AI-powered video analysis and knowledge extraction.** |
| 4 | 10 | |
| 5 | 11 | PlanOpticon processes video recordings into structured knowledge — transcripts, diagrams, action items, key points, and knowledge graphs. It auto-discovers available models across OpenAI, Anthropic, and Gemini, and produces rich multi-format output. |
| 6 | 12 | |
| 7 | 13 |
| --- README.md | |
| +++ README.md | |
| @@ -1,6 +1,12 @@ | |
| 1 | # PlanOpticon |
| 2 | |
| 3 | **AI-powered video analysis and knowledge extraction.** |
| 4 | |
| 5 | PlanOpticon processes video recordings into structured knowledge — transcripts, diagrams, action items, key points, and knowledge graphs. It auto-discovers available models across OpenAI, Anthropic, and Gemini, and produces rich multi-format output. |
| 6 | |
| 7 |
| --- README.md | |
| +++ README.md | |
| @@ -1,6 +1,12 @@ | |
| 1 | # PlanOpticon |
| 2 | |
| 3 | [](https://github.com/ConflictHQ/PlanOpticon/actions/workflows/ci.yml) |
| 4 | [](https://pypi.org/project/planopticon/) |
| 5 | [](https://pypi.org/project/planopticon/) |
| 6 | [](LICENSE) |
| 7 | [](https://planopticon.dev) |
| 8 | |
| 9 | **AI-powered video analysis and knowledge extraction.** |
| 10 | |
| 11 | PlanOpticon processes video recordings into structured knowledge — transcripts, diagrams, action items, key points, and knowledge graphs. It auto-discovers available models across OpenAI, Anthropic, and Gemini, and produces rich multi-format output. |
| 12 | |
| 13 |