newjerseystyle/AI Website Accessibility Tester
Tests a website for accessibility using an AI-powered screen reader.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test-url | The URL of the website to test. | yes | — |
| goals-path | The path to the JSON file containing the test goals. | yes | — |
| groq-api-key | The API key for the Groq API. | no | — |
| openai-api-key | The API key for the OpenAI compatible API. | no | — |
| openai-api-base | The base URL for the OpenAI compatible API. | no | — |
| groq-model | The Groq model to use. | — | llama-3.3-70b-versatile |
| groq-model-temp | The temperature for the Groq model. | — | 0 |
| openai-model | The OpenAI model to use. | — | gpt-4 |
| openai-model-temp | The temperature for the OpenAI model. | — | 0 |
| github-token | The GitHub token for creating issues. | yes | ${{ github.token }} |
Outputs
no outputs