Skip to content

wang3910/cnit-581-final-project

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Yet Another Web Accessibility Analyzer

Description

This project is a web accessibility analyzer which leverages OpenAI's GPT models to detect web accessibility issues in codes and to provide suggestions on how to fix those issues.

Usage

  1. Clone the repository: git clone https://github.itap.purdue.edu/wang3910/cnit-581-final-project
  2. Install the required dependencies: pip install -r requirements.txt
  3. Run the migrations: python3 manage.py migrate
  4. Collect the static files: python3 manage.py collectstatic
  5. Run the web server: python3 manage.py runserver

Default Credentials in DB

  • admin: d9n2sadjoka!
  • owen: Qwerqwer

License

The GNU General Public License, Version 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published