- Install pipenv https://docs.pipenv.org/
- Install mongodb
brew update && brew install mongodb - Start mongodb by running
mongodin terminal - Run
pipenv installto install dependences from Pipfile.lock - Activate the virtual environment with
pipenv shell - Navigate to
django_starter/website - Run
python manage.py makemigrations && python manage.py migrateto create the schema in the database. - Run
python manage.py createsuperuserto create an admin account to access the database. - Start the django server
python manage.py runserver - Navigate to
http://localhost:8000/admin/and create Irises. Sample 6.9, 3.2, 5.7, 2.3 - Go to
http://localhost:8000/data/and click on the hyperlink to see the predicted class.
-
Notifications
You must be signed in to change notification settings - Fork 1
apetri/data_open_2018
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Shared repo for 2018 Citadel Data Open
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published