kxzk / fake-fluencer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake Fluencer


Don't worry about the image sucking, that's just because of the model I used.

This is a more accurate representation of the current state of the art.

Screenshot 2023-03-17 at 08 25 12


Used


Creds

  • ig_user: Instagram username
  • ig_pass: Instagram password
  • leapai_key: TryLeapAI API Key
  • openai_key: OpenAI API Key

  • Setup
# copy to correct name and fill in with creds
cp _config.py config.py

Improvements

  • Automate IG account creation and validation
  • IG growth strategy - can automate via Instagrapi package
  • Use better AI image generation model - MidJourneryV5, etc...
  • Getting images, where to get them?
  • Types of images, influencers, vibes?
  • How to handle image model prompting?
  • How to increase variation

Process

  • Install deps
pip3 install -r requirements.txt
  • Generate model tuning images from subreddit (r/battlestations)
python3 get_imgs.py -s battlestations
  • Tune model
python3 img_model.py -p battlestations_imgs -k @desk -t battlestation_model_v1
  • Create image and post to IG
python3 influence.py -m <model_id> -s battlestations -k @desk

About


Languages

Language:Python 100.0%