owned this note
owned this note
Published
Linked with GitHub
# Video/Audio zu Text
## rev.ai speech to text
- hochladen und transkribieren
- https://www.rev.ai/jobs/speech-to-text
- live strem
- https://www.rev.ai/streaming
- es gibt auch andere plattformen dafür, zbsp
- IBM watson : https://www.ibm.com/products/speech-to-text
- https://www.veed.io/tools/audio-to-text
- https://www.happyscribe.com/audio-to-text
- https://flixier.com/tools/convert-audio-to-text
# sprache generieren für Vertonen etc
- text to speech: https://lovo.ai/#demo-video
- your voice to another language
- https://www.resemble.ai/localize/
- https://coqui.ai/pricing
- https://www.freethink.com/robots-ai/voice-cloning
- Skype True Voice! https://www.windowscentral.com/software-apps/skype-can-now-translate-your-own-voice-into-different-languages-with-ai
- enhance audio
- https://podcast.adobe.com/enhance
# Text zu Bildern
- openai.com https://platform.openai.com/apps
- dall-e
- https://openai.com/dall-e-2
- https://labs.openai.com/
- stable diffusion
- https://neuroflash.com/blog/stable-diffusion-examples-3/
- midjourney (mit discord chat)
- https://www.midjourney.com/home/
- https://www.midjourney.com/showcase/recent/
- free tool
- https://www.craiyon.com/
- comic style
- https://huggingface.co/ogkalu/Comic-Diffusion
- experimental
- https://playgrounds.ai/models/stable-diffusion-v2-base-txt2img
- adobe (still free in beta)
- https://firefly.adobe.com/
# Chat GPT
- https://chat.openai.com/
-
# GPT ohne chat, dafür mit allesn Settings
- https://platform.openai.com/playground
# llm - Large Language Model
- https://www.techtarget.com/whatis/definition/large-language-model-LLM
- SALAMI statt AI: https://blog.quintarelli.it/2019/11/lets-forget-the-term-ai-lets-call-them-systematic-approaches-to-learning-algorithms-and-machine-inferences-salami/
# "PowerPoint GPT"
- https://www.gptforslides.app/
- https://slidesgpt.com/
- !https://www.youtube.com/watch?v=JoedhPPi3O0
- https://www.presentationgpt.com/#pricing
# between google anbd gpt
- more accurate and with links zur Quelle: https://www.perplexity.ai/
# gpt learn videos
- https://learnprompting.org/
- !(marketing: bewertung comments) https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/
# ideas for hackMD
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
#
```mermaid
sequenceDiagram
participant Alice
participant Bob
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
```
#
```mermaid
gantt
dateFormat YYYY-MM-DD
title Adding GANTT diagram to mermaid
excludes weekdays 2014-01-10
section A section
Completed task :done, des1, 2014-01-06,2014-01-08
Active task :active, des2, 2014-01-09, 3d
Future task : des3, after des2, 5d
Future task2 : des4, after des3, 5d
```
#
```mermaid
classDiagram
Class01 <|-- AveryLongClass : Cool
Class03 *-- Class04
Class05 o-- Class06
Class07 .. Class08
Class09 --> C2 : Where am i?
Class09 --* C3
Class09 --|> Class07
Class07 : equals()
Class07 : Object[] elementData
Class01 : size()
Class01 : int chimp
Class01 : int gorilla
Class08 <--> C2: Cool label
```
#
```mermaid
gitGraph
commit
commit
branch develop
commit
commit
commit
checkout main
commit
commit
```
#
```mermaid
erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE-ITEM : contains
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
```
#
```mermaid
journey
title My working day
section Go to work
Make tea: 5: Me
Go upstairs: 3: Me
Do work: 1: Me, Cat
section Go home
Go downstairs: 5: Me
Sit down: 5: Me
```
#
```mermaid
C4Context
title System Context diagram for Internet Banking System
Enterprise_Boundary(b0, "BankBoundary0") {
Person(customerA, "Banking Customer A", "A customer of the bank, with personal bank accounts.")
Person(customerB, "Banking Customer B")
Person_Ext(customerC, "Banking Customer C", "desc")
Person(customerD, "Banking Customer D", "A customer of the bank, <br/> with personal bank accounts.")
System(SystemAA, "Internet Banking System", "Allows customers to view information about their bank accounts, and make payments.")
Enterprise_Boundary(b1, "BankBoundary") {
SystemDb_Ext(SystemE, "Mainframe Banking System", "Stores all of the core banking information about customers, accounts, transactions, etc.")
System_Boundary(b2, "BankBoundary2") {
System(SystemA, "Banking System A")
System(SystemB, "Banking System B", "A system of the bank, with personal bank accounts. next line.")
}
System_Ext(SystemC, "E-mail system", "The internal Microsoft Exchange e-mail system.")
SystemDb(SystemD, "Banking System D Database", "A system of the bank, with personal bank accounts.")
Boundary(b3, "BankBoundary3", "boundary") {
SystemQueue(SystemF, "Banking System F Queue", "A system of the bank.")
SystemQueue_Ext(SystemG, "Banking System G Queue", "A system of the bank, with personal bank accounts.")
}
}
}
BiRel(customerA, SystemAA, "Uses")
BiRel(SystemAA, SystemE, "Uses")
Rel(SystemAA, SystemC, "Sends e-mails", "SMTP")
Rel(SystemC, customerA, "Sends e-mails to")
UpdateElementStyle(customerA, $fontColor="red", $bgColor="grey", $borderColor="red")
UpdateRelStyle(customerA, SystemAA, $textColor="blue", $lineColor="blue", $offsetX="5")
UpdateRelStyle(SystemAA, SystemE, $textColor="blue", $lineColor="blue", $offsetY="-10")
UpdateRelStyle(SystemAA, SystemC, $textColor="blue", $lineColor="blue", $offsetY="-40", $offsetX="-50")
UpdateRelStyle(SystemC, customerA, $textColor="red", $lineColor="red", $offsetX="-50", $offsetY="20")
UpdateLayoutConfig($c4ShapeInRow="3", $c4BoundaryInRow="1")
```
#
```mermaid
pie title What Voldemort doesn't have?
"FRIENDS" : 2
"FAMILY" : 3
"NOSE" : 45
```
#
```mermaid
```