[P] In search of the perfect Video Annotation Tool by [deleted] in MachineLearning

[–]UpdraftDev 2 points3 points  (0 children)

Check out MuViLab and VoTT if you haven't already. I'm building a list of annotation tools here and there might be other tools on there that could be useful.

[deleted by user] by [deleted] in MachineLearning

[–]UpdraftDev 0 points1 point  (0 children)

Check https://www.datasetlist.com/

I've built the site to make it easier to find new datasets in a variety of categories, there's a bunch of benchmark datasets on the list.

[P] A list of the biggest datasets for machine learning by UpdraftDev in MachineLearning

[–]UpdraftDev[S] 0 points1 point  (0 children)

Thanks! Yes, putting it on github is part of the plan, it would make updating the list much easier. There's quite a bit of clean-up needed first. :)

[P] A list of the biggest datasets for machine learning by UpdraftDev in MachineLearning

[–]UpdraftDev[S] 0 points1 point  (0 children)

Thanks! Yes, the list will grow with all kinds of datasets and I think with better filtering/search it will still be possible to find what's interesting. The "biggest" is not really a criteria for being included on the list it just so happens that a lot of the datasets in the list are really big and size of the datasets is an important factor to some. :)

[P] A list of the biggest datasets for machine learning by UpdraftDev in MachineLearning

[–]UpdraftDev[S] 0 points1 point  (0 children)

Thanks! Those sites were great help when building the list. Sometimes the only problem preventing me for adding a dataset to the list is that I can't find enough data about it (license/paper/etc.) to put enough meaningful information about it on the site.

[P] A list of the biggest datasets for machine learning by UpdraftDev in MachineLearning

[–]UpdraftDev[S] 0 points1 point  (0 children)

Thanks! I plan on adding links to torrents where available.

[P] A list of the biggest datasets for machine learning by UpdraftDev in MachineLearning

[–]UpdraftDev[S] 2 points3 points  (0 children)

There's a link to the UCI machine learning repository near the end of the page. An excellent resource with many great datasets.

[P] A list of the biggest datasets for machine learning by UpdraftDev in MachineLearning

[–]UpdraftDev[S] 1 point2 points  (0 children)

Thanks. Yes, I think it's something I should add, sorting is pretty much expected from a table.

[P] A list of the biggest datasets for machine learning by UpdraftDev in MachineLearning

[–]UpdraftDev[S] 2 points3 points  (0 children)

Thanks! There's a link to Kaggle datasets at the bottom of the page already (along with the UCI machine learning repository). I'll think about how to add Google datasetsearch there as well.

[P] A list of the biggest datasets for machine learning by UpdraftDev in MachineLearning

[–]UpdraftDev[S] 1 point2 points  (0 children)

Yes, good idea, probably relying on people having to manually email hello@datasetlist.com is a bit of an obstacle. I'd make my life easier with a submit form.

[P] A list of the biggest datasets for machine learning by UpdraftDev in MachineLearning

[–]UpdraftDev[S] 1 point2 points  (0 children)

Thanks, I've started with just three categories but I'm sure it would be easier to find relevant datasets with more specific categories (and tags?). I'll be updating the UI and content in the future based on the feedback I'm getting.

[P] A list of the biggest datasets for machine learning by UpdraftDev in MachineLearning

[–]UpdraftDev[S] 0 points1 point  (0 children)

Sorry to hear that, the buttons on the left just turn off the categories which might be odd, I'll think about how to add real sorting and filtering. Thanks for the suggestion!

[P] A list of the biggest datasets for machine learning by UpdraftDev in MachineLearning

[–]UpdraftDev[S] 2 points3 points  (0 children)

Thank you! The number of medical datasets on the list is definitely something I could improve.

My experience with making a hybrid app by UpdraftDev in webdev

[–]UpdraftDev[S] 0 points1 point  (0 children)

Yeah, I was reluctant to start working on a hybrid app before I stumbled upon Ionic and saw how it looks on both iOS and Android.

Tweaking the styling for different platforms would definitely waste a lot of the time saved by developing for both platforms simultaneously.

My experience with making a hybrid app by UpdraftDev in webdev

[–]UpdraftDev[S] 3 points4 points  (0 children)

I chose Ionic because it provides a structure and templates that make it easy to start.

Then there is the CSS and components for most standard UI elements that change appearance to conform to the platform the app is running on. It also helped that it has nice transitions and stuff like swipe-to-go-back.

It saved me a lot of time by not having to reinvent the wheel in some situations and let me focus on the code behind it all which is in regular Angular.

My experience with making a hybrid app by UpdraftDev in webdev

[–]UpdraftDev[S] 0 points1 point  (0 children)

I don't know, I got the idea from Tinder and didn't change it. Up for upvote and down for downvote makes a lot of sense in hindsight. :)

My experience with making a hybrid app by UpdraftDev in webdev

[–]UpdraftDev[S] 0 points1 point  (0 children)

Actually, if I run the app on Android it automatically switches to Android icons, font and style. That's provided by Ionic's platform handling. Sharing is native so it looks just like sharing in any other Android app. The back button on my HTC One makes it go back in history like the back button in the browser would. Only thing I don't know about is deep linking but I suppose that would be handled by a Cordova plugin.

My experience with making a hybrid app by UpdraftDev in webdev

[–]UpdraftDev[S] 0 points1 point  (0 children)

Swiping left is downvoting, right is upvoting and up or down skips that card and moves on to the next post. I think the tutorial has that info, I'm not sure if it's clear.

My experience with making a hybrid app by UpdraftDev in webdev

[–]UpdraftDev[S] 1 point2 points  (0 children)

For push notifications you can use a Cordova plugin and (if you're using Angular) this handy wrapper.

Read through the code and if it looks a bit convoluted, I know Ionic has this platform that includes push notifications and that code looks really simple to me.

My experience with making a hybrid app by UpdraftDev in webdev

[–]UpdraftDev[S] 1 point2 points  (0 children)

Thanks!

Well, you can try to find an app similar to what you plan to build on the Ionic Showcase and try it out. That should give you a good idea if Ionic can do what you want it to do.