Skip to content

This project uses Flask, Bootstrap 5, news api and reddit api to fetch deepfake-related content.

Notifications You must be signed in to change notification settings

ziming-yuan/ai-harms-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Harms Repository

This is a website built with flask and Bootstrap 5. It uses news and reddit apis to fetch Deepfake-related content for research on AI harms.

Overview

  1. Login page:

image

  1. Fetch new data from api endpoint again:

image

  1. Mannually add entries:

image

  1. Edit notes of entries:

image

  1. Filter contents based on criteria with pagination:

image

Getting started

  1. Create a virtual environment and source it:

    python -m venv .venv
    source .venv/bin/activate
    source .env
    
  2. Install packages:

    pip install -r requirements.txt
    
  3. Running:

    python manage.py run
    

Notes

User authentication is implemented based on tutorial by Ashutosh Krishna.

About

This project uses Flask, Bootstrap 5, news api and reddit api to fetch deepfake-related content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published