Coder Social home page Coder Social logo

monarch's Introduction

Hello! Iโ€™m Milo Akerman

A little about me:

  • ๐Ÿ‘€ Iโ€™m interested in programming, game design, Pitman shorthand, and Ghibli movies!
  • ๐Ÿ’ป I code in JavaScript, Python, C#, HTML & CSS and Java.
  • ๐ŸŒฑ Iโ€™m currently working on CircuitPython projects and indie game dev with Unity.
  • ๐Ÿ“ซ You can reach me at @Meelo#6036

More soon!

monarch's People

Contributors

miloakerman avatar

Stargazers

 avatar

Watchers

 avatar

monarch's Issues

[OpenMonarch] Move the CLIP Model into the Extension (or Self-Hosted Server)

API calls for OpenMonarch currently depend on HTTP requests to Replicate, which hosts the model on their own website. This adds an extra layer of complexity for the user, as they need to generate an API key and are limited in the number of requests they can make.

On the long run, model also needs to be continually trained, as it currently struggles with more abstract images or identifying details in images where the subject matters (e.g., celebrities in newspapers, explanatory diagrams, etc.)

[OpenMonarch] Work with SVGs, background-image properties, etc.

Currently, OpenMonarch only detects images with a src attribute. This leaves out images that are presented through a div, iframe, etc. There should be a greater scope in terms of targeted images.

Images with any format other than .png, .jpg, or .gif are also ignored (due to Replicate limitations). If the model is moved locally, there should be some way to convert as many image formats as possible to those understood by the model.

[OpenMonarch] Change Image alt Text when Description is Generated

Currently, content-script provides generated image descriptions as an alert to the user (which is semi-accessible to screen readers). However, it should also add the description as alt text for the image, as that will reduce the number of calls to the API needed and streamline the captioning process.

On the long run, descriptions could also be cached, so that images which have been described before don't need to go through the same process again.

[OpenMonarch] Remove host permissions, use activeTab instead

["<all_tabs>"] statement in match area for content-script delays review in Chrome Web Store and creates security vulnerabilities. activeTab can be used in conjunction with scripting to inject content scripts whenever a command is called.

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.