# GenAI Applications

1. [DreamBooth](https://dreambooth.github.io/) - "Fine Tuning Text-to-Image Diffusion Models for Subject-Driven Generation", "*It’s like a photo booth, but once the subject is captured, it can be synthesized wherever your dreams take you…"*
2. [ Analytical bot, ask a question get an sql query response](https://www.youtube.com/watch?v=fiQy276sd18\&list=PL1FoIGqsXJ_Dd0twE-V9bwzw2FeZHZmtF) (hebrew).
3. [how to chat with a document](https://www.youtube.com/watch?v=ih9PBGVVOO4) Youtube - In this video, we'll demonstrate how to use OpenAI's GPT-4 API to interact with a 56-page PDF of a Supreme Court legal case. You'll learn about GPT-4's enhanced capabilities, including processing up to 25,000 words and handling more complex instructions. We'll cover using LangChain to assemble chatbot components and Pinecone to store documents as numerical vectors. Finally, we'll show how to create a chat interface to display results alongside the source documents. This approach can be applied to building chatbots for various file formats like PDFs, websites, and Excel sheets.
4. [Upload a photo of your room to generate your dream room with AI.](https://github.com/Nutlope/roomGPT)
5. [BioGPT](https://github.com/microsoft/BioGPT):[ Generative Pre-trained Transformer for Biomedical Text Generation and Mining](https://academic.oup.com/bib/advance-article/doi/10.1093/bib/bbac409/6713511?guestAccessKey=a66d9b5d-4f83-4017-bb52-405815c907b9), by Renqian Luo, Liai Sun, Yingce Xia, Tao Qin, Sheng Zhang, Hoifung Poon and Tie-Yan Liu.
6. [Extrapolating knowledge graphs from unstructured text using GPT-3 ](https://github.com/varunshenoy/GraphGPT)
7. [Interact with your documents using the power of GPT, 100% privately, no data leaks](https://github.com/zylon-ai/private-gpt)
8. [GPT4 & LangChain Chatbot for large PDF docs](https://github.com/mayooear/gpt4-pdf-chatbot-langchain)
9. [AudioGPT: Understanding and Generating Speech, Music, Sound, and Talking Head](https://github.com/AIGC-Audio/AudioGPT)
10. [GPT-powered chat for documentation, chat with your documents](https://github.com/arc53/DocsGPT)
11. [PDF GPT allows you to chat with the contents of your PDF file by using GPT capabilities. The most effective open source solution to turn your pdf files in a chatbot!](https://github.com/bhaskatripathi/pdfGPT)
12. [A GPT-empowered penetration testing tool](https://github.com/GreyDGL/PentestGPT)
13. [Whatsapp GPT](https://github.com/danielgross/whatsapp-gpt)


---

# 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://www.mlcompendium.com/generative-ai/genai-applications.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.
