ten-weeks-of-plugins

My journey during 10 weeks of building FiftyOne plugins (by jacobmarks)

Ten-weeks-of-plugins Alternatives

Similar projects and alternatives to ten-weeks-of-plugins

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ten-weeks-of-plugins alternative or higher similarity.

ten-weeks-of-plugins reviews and mentions

Posts with mentions or reviews of ten-weeks-of-plugins. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-13.
  • Zero-Shot Prediction Plugin for FiftyOne
    6 projects | dev.to | 13 Mar 2024
    def _execution_mode(ctx, inputs): delegate = ctx.params.get("delegate", False) if delegate: description = "Uncheck this box to execute the operation immediately" else: description = "Check this box to delegate execution of this task" inputs.bool( "delegate", default=False, required=True, label="Delegate execution?", description=description, view=types.CheckboxView(), ) if delegate: inputs.view( "notice", types.Notice( label=( "You've chosen delegated execution. Note that you must " "have a delegated operation service running in order for " "this task to be processed. See " "https://docs.voxel51.com/plugins/index.html#operators " "for more information" ) ), ) def resolve_delegation(self, ctx): return ctx.params.get("delegate", False)
  • Build Custom Computer Vision Applications
    7 projects | dev.to | 8 Feb 2024
    Stay tuned for the remainder of these ten weeks as we continue to pump out a killer lineup of plugins! You can track our journey in our ten-weeks-of-plugins repo — and I encourage you to fork the repo and join me on this journey!
  • Elevate Your GitHub README Game
    7 projects | dev.to | 7 Feb 2024
    Over the past year, I’ve created a lot of GitHub repositories. Some of these repositories, such as my 10 Weeks of Plugins repo, are effectively aggregators — centralized locations that I can drive people to, almost like a personal Awesome list. Other repositories like VoxelGPT contain many moving pieces. Others still like Papers with Data are essentially minimum viable products for websites!
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic ten-weeks-of-plugins repo stats
4
14
7.5
6 months ago

jacobmarks/ten-weeks-of-plugins is an open source project licensed under MIT License which is an OSI approved license.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com