This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/sergeyprokudin/smplpix | |
https://github.com/sebastianstarke/AI4Animation | |
https://github.com/shinework/photoshot | |
https://github.com/Winfredy/SadTalker | |
https://github.com/yoyo-nb/Thin-Plate-Spline-Motion-Model | |
https://github.com/harlanhong/CVPR2022-DaGAN | |
https://github.com/harlanhong/awesome-talking-head-generation | |
https://github.com/yerfor/GeneFace | |
https://github.com/shrubb/latent-pose-reenactment | |
https://github.com/TheTempAccount/Co-Speech-Motion-Generation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from langchain.document_loaders import DirectoryLoader | |
from langchain.text_splitter import RecursiveCharacterTextSplitter | |
from langchain.vectorstores.weaviate import Weaviate | |
import weaviate, os | |
from langchain.embeddings import OpenAIEmbeddings | |
from dotenv import load_dotenv | |
load_dotenv() | |
# Get environment variables |