This package helps you to build embeddings based on someone social profile. It will scrape the data from the social media and build the embeddings based on the data. The embeddings can be used for further analysis.
Once scraped, you can query it with the use of openai.
Installation
Install using following command:
pipenv install social-gpt==0.0.6
Setup
Update the example.env and change it's name to .env. Add relevant information in the .env file.
Creating embeddings
As of now, only youtube is supported. We will be bringing more social media platforms soon. To create embeddings, run the following command:
from social_gpt.ingestion.indexer import Indexer
indexer = Indexer()
File details
Details for the file
social_gpt-0.0.8.tar.gz.File metadata
File hashes
a8b4a7656743287ed798d6b9c988d3f4bc9c4bcf162544654e6301299927ce8a22707329d48126107df44662175fa7be074e2b0195a12693063ab1217cc3877ec88c153622f89ff6ce3422c43d56c871See more details on using hashes here.