Skip to content

Instantly share code, notes, and snippets.

View PrashantSaikia's full-sized avatar

Prashant Saikia PrashantSaikia

View GitHub Profile
@PrashantSaikia
PrashantSaikia / Deep learning based avatar creation libraries
Created March 26, 2023 07:04
Deep learning based avatar creation libraries
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
@PrashantSaikia
PrashantSaikia / create_weaviate_vectorstore.py
Created October 29, 2023 23:30
Weaviate Schema for Multiple Document Query Bot
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