Skip to content

Collection of python code to pull data from twitter and compare two twitter profiles to one another. Will be expanded to profiles outside of twitter and possibly used to search for similar profiles of a given profile.

Notifications You must be signed in to change notification settings

StarkTechLabs/profile-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docsx-py

  • loader.py - Collection of python code to calculate vector embeddings for given data and upsert them into pinecone.
  • analysis.py - Another function to build a question-answer system based on pinecone vectors.

Setup

  • python3 -m venv .venv create virutal env with python3
  • source .venv/bin/activate activate virtual env
  • pip install -r requirements.txt install required dependencies

Environment Variables

  • PINECONE_API_KEY - pinecone api key to access embeddings index

About

Collection of python code to pull data from twitter and compare two twitter profiles to one another. Will be expanded to profiles outside of twitter and possibly used to search for similar profiles of a given profile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages