Skip to content

Analyze the credibility of financial influencers on tiktok, youtube and other platforms

Notifications You must be signed in to change notification settings

vishwassathish/finfluencer-video-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finfluencer-analysis

Analyze the credibility of financial influencers on tiktok, youtube and other platforms

1. Install pip packages

  • Feel free to create a new conda environment if you prefer and install the necessary packages:
conda create -n "finfluencer" python=3.12.2 ipython
conda activate finfluencer
pip install -r ./GroundingDINO/requirements.txt

2. Install GroundingDino and Download model weights

  • I have included the GroundingDino repo in the codebase so only weights need to be downloaded. This is the Open world object detector we will be using in the pipeline. Original repository here.
  • Make sure the $CUDA_HOME variable is set to the right path. The official repository has more instructions for this step.
  • Run the below commands from the project directory:
# Install the repo
cd GroundingDINO/
pip install -e .

# Download the weights
mkdir .weights
cd .weights
wget -q https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth
cd ..

3. Mount Google Drive folder from a remote machine

Follow this link.

About

Analyze the credibility of financial influencers on tiktok, youtube and other platforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published