AI_Regulation

View Demo

The same than the notebook application but as a Django app

The app should work by itself, you just have to provide your OpenAI API and then enter the following command in the terminal from the folder path:

manage.py runserver

This command will open a Http window.

If this doesn't work;

try:

manage.py makemigrations

manage.py migrate