Git Product home page Git Product logo

segment-it's Introduction

Hello there! ๐Ÿ‘‹

GitHub Twitter LinkedIn

I'm Jacob, and I like to work with data. I build various projects in the AI products and analytics spaces -- both professionally and in my spare time.

My Day Job

I currently work at Avodah as the head of engineering for the AvodahConnect business unit. I have the pleasure of leading a global engineering team in building AI products that provides solutions for real-time translation, transcription, language preservation, and language education.

What I'm Learning

In the evenings, I'm trying to continuously improve my full-stack engineering skillset to better assist the full-stack teams teams I lead. (Academically and professionally I've spent more time in machine learning than application development.) I'm currently tinkering with small scale applications on Next.js.

What I'm Working On

Outside work and studies, here's what you'll find me doing:

  • Tinkering with the latest fad in the machine learning community (right now, it's the open source LLMs and RAG-based patterns)
  • Creating toy models for sports analytics
  • Working on small contributions to OSS libraries

segment-it's People

Contributors

jacobeturpin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

segment-it's Issues

Model training returns Nan as loss value

When training, the model returns Nan rather than a valid loss number. This could be due to the fact that the model's loss is incorrectly setup for comparison against single-channel binary image mask.

Compiled model

model.compile(optimizer='adam',
              loss=tf.keras.losses.CategoricalCrossentropy(from_logits=True),
              metrics=['accuracy'])
model_history = model.fit(
    train_gen, 
    epochs=EPOCHS,
    steps_per_epoch=TRAIN_STEPS_PER_EPOCH,
    validation_steps=VAL_STEPS_PER_EPOCH,
    validation_data=val_gen,
    #callbacks=[DisplayCallback()])
)

Corresponding output

Epoch 1/20
 4/26 [===>..........................] - ETA: 9:44 - loss: Nan - accuracy: 0.7641

Identify base model to use for image segmentation

For the sake of creating a prototype, it's unreasonable to start from scratch with a completely untrained model. The purpose of this issue is to identify what model should be used as a starting point.

Research and implement server framework

One underlying component of the project is that it will require using a server framework for model serving. Short-term, this is just a web page, but it could evolve to something more complex over time (think potentially something like P2P video streams).

The purpose of this issue if two-fold:

  • Research server frameworks across a variety of platforms (multiple languages should be considered, although node and Python seem like the most natural fits given their platforms will most likely already be used in other portions of the project)
  • Implement the skeleton of the server framework (proper routes and such will be provided in later issues)

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.