Autama: Web Platform
- API
- DB
- Supporting infrastructure
Add description here.
- pip3 install -r requirements.txt
- If this is the first run, create a DB, download a personality dataset, and create a Nucleus
- python manage.py runserver
- in a web browser go to: 127.0.0.1:8000 (This should be displayed during server startup)
- python manage.py makemigrations accounts
- python manage.py makemigrations AutamaProfiles
- python manage.py migrate
- python dataset.py
- python build.py
Bugs, Defects, and Failing Test information goes here as needed.
- If you get a transformers.activations error while talking with an Autama, just recreate a nucleus
This program is licensed under the "MIT License". Please
see the file LICENSE
in the source distribution of this
software for license terms.
Django tutorial references
Hugging Face Inc. for ConvAI