2023-12-20
Rag In My Mind

rankrag

standford storm 2.0 writer

togethercomputer moa

starrag

hipporag

https://github.com/microsoft/graphrag

https://github.com/danielmiessler/fabric

https://github.com/infiniflow/ragflow

https://github.com/Jenqyang/LLM-Powered-RAG-System

https://github.com/lamini-ai/Lamini-Memory-Tuning


llm generate images for content

llm generate tags & categories for content

llm generate embedding for content

llm generate query words

llm generate query image/audio

system perform full text search

system perform vector search

llm generate relevance or preference

llm generate potential query for content

system update relevance based on llm preference

Read More

2022-11-09
Generate Noise Image, Noise Video, Noise Audio With Ffmpeg For Test

simulating tv noise

1
2
3
4
ffmpeg -f lavfi -i nullsrc=s=1280x720 -filter_complex \
"geq=random(1)*255:128:128;aevalsrc=-2+random(0)" \
-t 5 output.mkv

1
2
3
4
ffmpeg -f rawvideo -video_size 1280x720 -pixel_format yuv420p -framerate 25 \
-i /dev/urandom -ar 48000 -ac 2 -f s16le -i /dev/urandom -codec:a copy \
-t 5 output.mkv

Read More

2022-05-31
Sketch Based Applications

magenta studio sketch completion

awesome sketch based applications paper and code sketch syntheses inbetweening:

https://github.com/MarkMoHR/Awesome-Sketch-Based-Applications#17-sketch-animationinbetweening

deep sketch based cartoon inbetweening:

https://github.com/xiaoyu258/Inbetweening

Read More

2022-05-29
Dall_E Text To Image

open sourced text to image:

https://github.com/lucidrains/DALLE-pytorch

dalle_mini:

https://github.com/borisdayma/dalle-mini

jina ai human in the loop multi prompt text to image dalle-flow:

https://github.com/jina-ai/dalle-flow

dalle playground:

https://github.com/saharmor/dalle-playground

Read More