# Use Cases

### AI Image Generation

Describe an image using text to generate using AI!

* Designers can work more efficiently
* Advertisers and e-commerce industries can generate high-volume AI-generated content
* Social apps can create AI avatars and wallpapers

<figure><img src="/files/Q6MeNgwnzLYdBx0GFn6C" alt=""><figcaption><p>Write a prompt and generate an image</p></figcaption></figure>

### Speech-to-Text & Text-to-Speech

Write text to generate Speech or \
record audio to generate Text using AI!

* Automated subtitles for video creators
* AI customer service
* Podcast & short video narration with AI-generated voices

<figure><img src="/files/bMAFKagBsLsoSY5IQ3ZC" alt=""><figcaption><p>Write a message to generate as audio or record audio to generate text message</p></figcaption></figure>

### Video Enhancement & Processing

Upload video to enhance using AI!

* Restoring old films using AI super-resolution and upscaling to double the resolution!
* Improving short video quality by removing noise and improving colors
* Apply slow motion and making the video smoother&#x20;

<figure><img src="/files/hQzXo1DoF79zEvv9pNrT" alt=""><figcaption><p>Choose a video to upload and enhance</p></figcaption></figure>

### Object Detection & Image Analysis

Upload images or videos for AI analysis!

* Security surveillance by detecting people in restricted areas
* Automated inspections by industrial defect detection and automatic labeling
* Autonomous driving with real-time object recognition

<figure><img src="/files/HC1VjIQY9mlJJSgUQEy1" alt=""><figcaption><p>Upload a video or image to detect objects</p></figcaption></figure>

### Private LLM - ChatGPT like service

Choose the LLM (ChatGPT like service) AI model you want to run privately!

* Enhanced data security by keeping all the data within internal systems
* Meet regulatory compliance for industries than require localized data processing like Finance, Healthcare and Government
* Reduce the long-term costs as private hosted LLMs can be cheaper to run
* Enable fine-tuning by training the models using your datasets for better accuracy&#x20;
* Optimize the GPU utilization because our GPU resource pooling can efficiently handle LLM inference
* Leverage blockchain technology to ensure security, immutable AI processing and data integrity

<figure><img src="/files/VTxSoj8P7dRb0meihFXq" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.janction.ai/use-cases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
