Skip to content

apetri/data_open_2018

Repository files navigation

Fresh Start Instructions

  1. Install pipenv https://docs.pipenv.org/
  2. Install mongodb brew update && brew install mongodb
  3. Start mongodb by running mongod in terminal
  4. Run pipenv install to install dependences from Pipfile.lock
  5. Activate the virtual environment with pipenv shell
  6. Navigate to django_starter/website
  7. Run python manage.py makemigrations && python manage.py migrate to create the schema in the database.
  8. Run python manage.py createsuperuser to create an admin account to access the database.
  9. Start the django server python manage.py runserver
  10. Navigate to http://localhost:8000/admin/ and create Irises. Sample 6.9, 3.2, 5.7, 2.3
  11. Go to http://localhost:8000/data/ and click on the hyperlink to see the predicted class.

About

Shared repo for 2018 Citadel Data Open

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published