Skip to content

Theophilus-Lukas/django-ai-credit

Repository files navigation

README FOR CREDIT AI DJANGO APP

  1. Start app with

    python manage.py runserver

    by default it runs on port 8000, but you can also specify the port by adding the port number at the end of the command, as so (for example port 8080)

    python manage.py runserver 8080

  2. Make migrations with (APP_NAME = creditaidjango)

    python manage.py makemigrations creditaidjango

  3. And migrate with

    python manage.py migrate

  4. Prediction AI algorithm should go in oracle_Vx.py

    dir : "AI-DJANGO/creditaidjango/functions/oracle_Vx.py"

  5. build and run with docker compose

    docker compose up --build

    or if rebuilding is not required just

    docker compose up

  6. image is in docke hub

    docker pull theophiluslukas/django-ai:0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •