Coder Social home page Coder Social logo

corentinb / deepsort Goto Github PK

View Code? Open in Web Editor NEW
240.0 240.0 15.0 2.35 MB

🧠 AI powered image tagger backed by DeepDetect

License: GNU General Public License v3.0

Go 100.00%
artificial-intelligence classification deepdetect image learning machine neural-network renaming sorting

deepsort's Introduction

Hi there πŸ‘‹

I'm Corentin and I am 25 years old. I live in France but I work remotely for the Internet Archive since early 2019 as a Software Engineer in the Wayback Machine team!

I am passionate about digital archiving for many years now and you can find a lot of projects related to that on my GitHub.

My favorite language is Go but I am open to learn any new technology.

  • πŸ”­ I’m currently working on:
    • Zeno - A state-of-the art web crawler πŸ”±
  • πŸ‘― I’m looking to collaborate on:
    • Any archiving project
  • πŸ’¬ Ask me about:
    • How great France is
  • πŸ“« How to reach me:
  • πŸ˜„ Pronouns: he/him
  • ⚑ Fun fact:
    • I used to practice hypnosis on my friends when I was in high school
    • I collect rubber ducks
    • I collect many other things
    • I collect too many things

I am also for hire for any web scraping / crawling project you can have. Feel free to contact me!

Corentin Barreau's GitHub stats

trophy

deepsort's People

Contributors

corentinb avatar riptl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deepsort's Issues

Windows Path Issue

Hello it's me again :) Thanks for the work done since my last issue.
Turns out there are still path related issues under Windows. This time I digged a little deeper into the code.

Say my image folder is C:\Users\dnc1994\images.

  1. Since Windows path contains :, to mount a volume I have to use -v "/c/Users/dnc1994/images:/c/Users/dnc1994/images"
  2. DeepDetect service can be successfully started. Testing it using curl also works.
  3. Then in deepsort, by getting the absolute path of the input folder (
    inputFolder, _ := filepath.Abs(*input)
    ), arguments.Input will become C:\Users\dnc1994\images again.
  4. Container will not be able to use that path, as what exists is /c/Users/dnc1994/images.

I can see why you want to have same host & container path. My idea is that, if you were to keep a mapping of host path <-> container path, say we use -v "/c/Users/dnc1994/images:/images". Then when constructing the request for DeepDetect you can transform the host path into container path.

I also think it will help not only this issue but other future features (e.g. output folder you mentioned).

I understand that Windows path is a mess and this could involve a lot of work. So please take my proposal with a grain of salt. As I'm very new to Golang (only started this afternoon in order to debug your project under Windows, actually), if you want me to work on this I probably need some high level instructions.

Anyway I can always test this under Windows if you like! Many thanks.

Exit Status 125 on Windows 10

I'm using Docker Toolbox and PowerShell.

Searching for code 125 tells me that docker run itself fails. But I was able to start DeepDetect HTTP server if I only run docker run beniz/deepdetect_cpu.

I don't know how to use it next,in docker

Hello, I downloaded docker and executed docker run-d-p 8080:8080 beniz / deepdetect_cpu, but I don't know how to use it next. Thank you! DeepSort do I need to download it in docker?

Add possibility to add tags as exif metadata

Hi,
Thank you for your work it's very cool, It would be great to use all tags as exif metadata for better search on gallery software.
I try to implement it with "github.com/dsoprea/go-exif-knife/handler/write" but i'm quite noob with golang.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.