Ada is a work in progress.
It can be installed and run using the following steps:
First, download mamba. If you would rather use conda, you can, but it will be slower.
From this directory:
mamba env create -f environment.yml
mamba activate ada
flask --app ada run
docker build . -t ctnelson1997/ada
docker push ctnelson1997/ada
sudo docker pull ctnelson1997/ada
sudo docker run --restart=always -d -p 5000:5000 ctnelson1997/ada