## Description
[[ChatGPT]] has a long wait-list and probably has a higher cost than alternatives. It would be good to find alternatives
- [hix.ai](https://hix.ai/): multi-solution text generator
- [Vertex AI - Google](https://cloud.google.com/vertex-ai/docs/generative-ai/image/visual-question-answering): question-answering on images
- [[VQA Demo for Street Signs]]
- Cons
- Eventually have to pay
- Accuracy was pretty bad
- [Hugging Face VQA](https://huggingface.co/tasks/visual-question-answering)
- Use top 10 trending models from [VQA Models](https://huggingface.co/models?pipeline_tag=visual-question-answering)
- As of [[2024-01-02]] the VQA models available don't fit the problem that I'm trying to solve--I need to do additional image processing before I can even use a VQA
## Test Table
### Setup
I want to track multi-dimensional tests between all of the images, services, questions, answers. The multiple dimensions include
- Image
- Service
- Question
- Question Input(s)
- Datetime
All of this data can be represented in JSON form and then I can query them more easily.
## References
- [ChatGPT Alternatives - PC World](https://www.pcworld.com/article/2086819/chatgpt-alternatives.html)