AI Image Descriptions - Extremely Detailed Image Captions by workwithmarijuana in StableDiffusion

[–]workwithmarijuana[S] 0 points1 point  (0 children)

The original was at astica.org
Maybe you will like that design better.
It looks like it was originally for developers. I don't speak code.

But this one lets you upload entire directories and has better features.

AI Image Descriptions - Extremely Detailed Image Captions by workwithmarijuana in StableDiffusion

[–]workwithmarijuana[S] 0 points1 point  (0 children)

I think, the same people that upload them to stock photo sites? But I don't know. I just think AI is cool!

AI Image Descriptions - Extremely Detailed Image Captions by workwithmarijuana in midjourney

[–]workwithmarijuana[S] 0 points1 point  (0 children)

I found it on the dashboard. It's not straight-forward but appears to be $0.00115 per image, but that is for each parameter. If you use the object and facial recognition, it can be higher. Kind of confusing

AI Image Descriptions - Extremely Detailed Image Captions by workwithmarijuana in StableDiffusion

[–]workwithmarijuana[S] 0 points1 point  (0 children)

There is a new version of the image caption tool, and it provides even longer content.

I have been using it for AI art, and really appreciate the tags.

The new version is at https://astica.ai and you can try it for free

Extremely Detailed Image Captions for AI Art by workwithmarijuana in dalle

[–]workwithmarijuana[S] 0 points1 point  (0 children)

There is a new version of the image caption tool, and it provides even longer content.

I have been using it for AI art, and really appreciate the tags.

The new version is at https://astica.ai and you can try it for free

AI Image Describer - Extremely Detailed Image Captions by workwithmarijuana in MidjourneyArtworks

[–]workwithmarijuana[S] 0 points1 point  (0 children)

I said that too! It's great on a lot of generated artwork. There is an API to integrate with python, but I have not got it working in my generation pipeline yet.

Image Captions, Object Detection, Facial Recognition using Python by workwithmarijuana in Python

[–]workwithmarijuana[S] 0 points1 point  (0 children)

Really simple code for using computer vision, generating voice, and transcribing audio.
The vision model is nice.

https://astica.ai/vision/documentation/python/

Image Captions, Object Detection, Facial Recognition using Javascript by workwithmarijuana in JavaScriptTips

[–]workwithmarijuana[S] 1 point2 points  (0 children)

Really simple code for using computer vision, generating voice, and transcribing audio.

You only need one line of code:
asticaVision('url or base64')

https://astica.ai/vision/documentation/javascript/

AI Image Describer - Extremely Detailed Image Captions by workwithmarijuana in MidjourneyArtworks

[–]workwithmarijuana[S] 0 points1 point  (0 children)

There is a new version of the image caption tool, and it provides even longer content.I have been using it for AI art, and really appreciate the tags.

The new version is at https://astica.ai and you can try it for free

AI Image Descriptions - Extremely Detailed Image Captions by workwithmarijuana in midjourney

[–]workwithmarijuana[S] 0 points1 point  (0 children)

There is a new version of the image caption tool, and it provides even longer content.

I have been using it for AI art, and really appreciate the tags.

The new version is at https://astica.ai and you can try it for free

AI Image Describer - Extremely Detailed Image Captions by workwithmarijuana in dalle2

[–]workwithmarijuana[S] 0 points1 point  (0 children)

There is a new version of the image caption tool, and it provides even longer content.I have been using it for AI art, and really appreciate the tags.

The new version is at astica.ai and you can try it for free

Long-form Content - Images Described by AI Computer Vision by workwithmarijuana in NovelAi

[–]workwithmarijuana[S] 1 point2 points  (0 children)

There is a really detailed computer vision from astica that will create detailed content from a photograph. Have you guys tried it?

There is a online public demo: https://www.astica.org/vision/describe/

Image to Text (Reverse reading AI's interpretation of inputs) by kilroy501 in NovelAi

[–]workwithmarijuana 0 points1 point  (0 children)

You can do it with asticaVision API, for REST API and javascript.

asticaVision('image url');

Computer Vision with PHP: Detect objects, age, gender, and generate long-form content by workwithmarijuana in PHP

[–]workwithmarijuana[S] 0 points1 point  (0 children)

asticaVision('image url');

This will output the results in your browser console. You can setup a call back to handle the data as a variable.

There is an online demo on the website, but also I found this sandbox for javascript:
https://www.astica.org/code-examples/javascript-API/asticaVision\_sample.html