.dockerignore
.gitignore
Dockerfile
LICENSE
README.md
manage.py
openshift.yml
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
tox.ini
website.png
./prediction/__init__.py
./prediction/admin.py
./prediction/apps.py
./prediction/asgi.py
./prediction/forms.py
./prediction/models.py
./prediction/serializers.py
./prediction/settings.py
./prediction/tests.py
./prediction/urls.py
./prediction/views.py
./prediction/wsgi.py
./prediction/migrations/0001_initial.py
./prediction/migrations/__init__.py
.vscode/launch.json
avocado_price_predictor.egg-info/PKG-INFO
avocado_price_predictor.egg-info/SOURCES.txt
avocado_price_predictor.egg-info/dependency_links.txt
avocado_price_predictor.egg-info/requires.txt
avocado_price_predictor.egg-info/top_level.txt
prediction/__init__.py
prediction/admin.py
prediction/apps.py
prediction/asgi.py
prediction/forms.py
prediction/models.py
prediction/serializers.py
prediction/settings.py
prediction/tests.py
prediction/urls.py
prediction/views.py
prediction/wsgi.py
prediction/migrations/0001_initial.py
prediction/migrations/__init__.py
prediction/static/css/index.css
prediction/static/js/index.js
prediction/templates/prediction/predict.html