All Projects → YaleDHLab → Neural Neighbors

YaleDHLab / Neural Neighbors

Licence: mit
A simple web application for browsing similar images

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Neural Neighbors

Ai sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Stars: ✭ 830 (+3508.7%)
Mutual labels:  image-processing
Slicergitsvnarchive
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 896 (+3795.65%)
Mutual labels:  image-processing
Schwartz.js
ASCII Art JavaScript library
Stars: ✭ 19 (-17.39%)
Mutual labels:  image-processing
Postprocessing
A post processing library that provides the means to implement image filter effects for three.js.
Stars: ✭ 830 (+3508.7%)
Mutual labels:  image-processing
Road Detection And Tracking
Involves the OpenCV based C++ implementation to detect and track roads for almost realtime performance
Stars: ✭ 17 (-26.09%)
Mutual labels:  image-processing
Dmsmsgrcg
A photo OCR project aims to output DMS messages contained in sign structure images.
Stars: ✭ 18 (-21.74%)
Mutual labels:  image-processing
Deepgenderrecognizer
A Plain Demonstration of Gender Recognition Using Deep Neural Network (male-female-recognition-face-image)
Stars: ✭ 6 (-73.91%)
Mutual labels:  image-processing
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (+0%)
Mutual labels:  image-processing
Edinote
Note taking web application for self-hosting. Offers tagging & Markdown support; can be used as a simple alternative to Evernote.
Stars: ✭ 17 (-26.09%)
Mutual labels:  web-app
Siteshot
Website screenshot capturer written in Go.
Stars: ✭ 18 (-21.74%)
Mutual labels:  web-app
Pesdk Ios Examples
A fully customizable photo editor for your app.
Stars: ✭ 837 (+3539.13%)
Mutual labels:  image-processing
Ndarray Vision
Computer vision library built on top of ndarray
Stars: ✭ 17 (-26.09%)
Mutual labels:  image-processing
Prlib
Pre-Recognition Library - library with algorithms for improving OCR quality.
Stars: ✭ 18 (-21.74%)
Mutual labels:  image-processing
Lightning Bolts
Toolbox of models, callbacks, and datasets for AI/ML researchers.
Stars: ✭ 829 (+3504.35%)
Mutual labels:  image-processing
Mousemorph
Tools for MRI mouse brain morphometry
Stars: ✭ 19 (-17.39%)
Mutual labels:  image-processing
Aws Lambda Resize Images
AWS Lambda function to generate a set of resized images (large, medium, small)
Stars: ✭ 6 (-73.91%)
Mutual labels:  image-processing
Pdi
Códigos produzidos durante a cadeira de processamento de imagens
Stars: ✭ 18 (-21.74%)
Mutual labels:  image-processing
Ibeabfhr
Image Brightness Enhancement Automatically Based on Fast Haze Removal
Stars: ✭ 23 (+0%)
Mutual labels:  image-processing
Introduction To Programming With Matlab
Coursera Course: Introduction to Programming 👩‍💻 with MATLAB ~by Vanderbilt University 🎓
Stars: ✭ 23 (+0%)
Mutual labels:  image-processing
Texturize
Image Quilting for Texture Transfer.
Stars: ✭ 18 (-21.74%)
Mutual labels:  image-processing

TSNE Image Browser

This repository hosts source code used to create a similar image browser. Users can mouse over images to identify similar images, or click on images to read more information about the particular photograph.

App preview

Dependencies

The scripts in utils/ are written in pure Python (3.5). The image resizing utilities require ImageMagick.

Quickstart

You can start a local web server and see the application by running:

git clone https://github.com/YaleDHLab/neural-neighbors
cd neural-neighbors

wget https://s3-us-west-2.amazonaws.com/lab-apps/meserve-kunhardt/image-browser/data.tar.gz
tar -zxf data.tar.gz

# Python 3
python -m http.server 7052

# Python 2
python -m SimpleHTTPServer 7052

The viewer will then be available on localhost:7052.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].