Skip to content

This is my code for my dissertation, in which I was tasked with building a framework that small companies could use to analyse their AI. This was built in Python taking advantage of the Django framework.

Notifications You must be signed in to change notification settings

LCromack/AI-Ethics-Risk-Analysis-Management-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Ethics-Risk-Analysis-Management-Framework

This is my code for my dissertation, in which I was tasked with building a frameowrk that small companies could use to analyse their AI. This was built in Python taking advantage of the Django framework.

To run the code make a copy on your local device

Open command prompt and navigate to the location of the repo

Create a virtual environment to run the code in: py -m venv dj

Activate the virtual environment: dj\Scripts\activate.bat

Move into the mySite directory: cd mySite

Launch the server on localhost: python manage.py runserver

About

This is my code for my dissertation, in which I was tasked with building a framework that small companies could use to analyse their AI. This was built in Python taking advantage of the Django framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published