|
|
|
|
|
by nharada
928 days ago
|
|
You mean you want to remove the images because you get false positives? We've thought about dataset curation and how to manage that, ranging from full on "you can build your own dataset from scratch" to "refine results using ChatGPT/V". Deployment guidelines are a good idea! It's fairly straightforward to deploy since it's just a Python package and you can run it via CPU or GPU. With CPU we deploy using ONNX which means the dependency list is quite small (compared to torch). For example, the part on the web app which tests your model is just deployed to AWS Lambda. Would having us host the models be useful or something worth paying for? Obviously we couldn't offer that for free, but may be able to offer an endpoint for your model that is pay-per-call. |
|