Skip to content

Exploration of processing multimedia content on social networks with AI

Notifications You must be signed in to change notification settings

mozilla/social-hackweek-multimedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

social-hackweek-multimedia

Exploration of processing multimedia content on social networks with AI

Detecting sensitive content

We explore flagging sensitive images and videos using zero-shot classification.

The pre-trained models we use:

The app can load the federated timeline from Mastodon or search by tag. It is possible to add custom text descriptions for classification. The models are universal and can be used for a variety of classificaiton and search tasks.

Screenshot 2023-07-04 at 2 41 37 PM

Running the app

Install dependencies

cd social-hackweek-multimedia/streamlit

python3 -m venv hackweek-multimedia-env
source hackweek-multimedia-env/bin/activate
pip install -r requirements.txt

# to deactivate
deactivate

Run streamlit app

streamlit run app.py

About

Exploration of processing multimedia content on social networks with AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published