Skip to content

The official repository for the Neural Networks workshop at ShellHacks 2020.

Notifications You must be signed in to change notification settings

HermesBonilla/ShellHacks2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

ShellHacks2020 Neural Network Workshop

Welcome to our Neural Network Workshop at ShellHacks 2020!

Demo

ShellHacks 2020 NN Demo gif

Contents


DeRes Script

  • To run the script to create a deresolution face dataset (Not used in this workshop, but useful anyhow!)

Django Image Classifier

  • The Django folder contains all the files needed for our netlify site implmentation

  • Model used: Convolutional Neural Network (CNN)

Steps to start the Django Server in localhost:8000

  1. Open up Anaconda3 command prompt or regular command prompt

  2. change directory to where django folder is located

cd [file location]
  1. Create virtual environment: conda NOTE: environment name does not matter
conda create --name [environment name]
  1. Activate your virtual environment by: conda
conda activate [environment name]
  1. Change your directory into the django project folder:
cd django_image_classifier/django_image_classifier
  1. Install dependencies from requirements.txt file:
pip install -r requirements.txt

                or

pip3 install -r requirements.txt
  1. Activate the server in localhost:8000:
python manage.py runserver
  1. Go to the browser and access local host:

In url bar, search "localhost:8000" or any similar local hosts.

Resources


Youtube Video

Recording

About

The official repository for the Neural Networks workshop at ShellHacks 2020.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •