Labelling unlabelled data

All about creating websites!
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Labelling unlabelled data

Post by z3r0aCc3Ss »

I'm interested in a service or API or something that labels unlabelled data. I'm working on a machine learning project and I've got a lot of unlabelled data. But now, I need to properly label it, so that I can perform tasks on it.
I've already looked at Amazon service, but is there anything such service?

Thank you :)
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Re: Labelling unlabelled data

Post by maboroshi »

This might help you in your task.

Code: Select all

https://cloud.google.com/ai-platform/data-labeling/docs/client-libraries
I can't guarantee this though because I don't have experience in Machine Learning.

FYI. The link to the Python API is broken on that documentation page so here is the correct link for convenience:

Code: Select all

https://pypi.org/project/google-cloud-datalabeling/

I'll include this github resource page as well.

Code: Select all

https://github.com/jsbroks/awesome-dataset-tools#labeling-tools

User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Re: Labelling unlabelled data

Post by z3r0aCc3Ss »

Thank you so much Maboroshi.
It was of great help. :)
Cheers!
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

Post Reply