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.
- Clone the repository:
git clone https://github.itap.purdue.edu/wang3910/cnit-581-final-project
- Install the required dependencies:
pip install -r requirements.txt
- Run the migrations:
python3 manage.py migrate
- Collect the static files:
python3 manage.py collectstatic
- Run the web server:
python3 manage.py runserver
- admin: d9n2sadjoka!
- owen: Qwerqwer
The GNU General Public License, Version 3