HN user

ppymou

113 karma
Posts10
Comments30
View on HN
Listening with LLM 3 years ago

Thanks for reading and yes you are right, the input audios are clips of music;

MusicCaps [1] is a dataset containing pairs of music audio and natural language description of the clip; the reason why the result is good imo is because the trained model was able to generate a description with features of the ground truth

[1] https://huggingface.co/datasets/google/MusicCaps

https://ohsloth.com

Sloth is a modern day copy and paste manager that allows you to search snippets by both content and context. Context here being what program you copied from and the type of text (whehter it's an ip, python, or bash script, etc.).

Right now I am working on a custom machine learning model to do better text classification.

It's built on electron and I am adding slack integration to create a shared clipboard. Essentially, slack would act as a cloud storage.

Redis Geo 11 years ago

I never knew that redis can be extended for geo. This is really cool.

I researched geodb a while back and I only found PostGIS but I recently found out that elastic search also supports geo features.

Shameless plug - This is the simple API I built on top of PostGIS https://github.com/moo-mou/GeoGo

The code should have no dependency other the standard go library.

You should see an output.png if it run successfully in the same folder.

Sorry, no easy access to a windows right now, but I will try it out on when I get a chance.

For me, going through wikipedia article on phong and working out the math with my friends (instead of just blindly translating the equations to code) really helped me understand the basics.

In order to learn more (I admittedly know very little about anything other than the phong model - the other friend is much more knowledgable), I presume either a textbook or a course notes like this https://www.student.cs.uwaterloo.ca/~cs488/notes.pdf will probably help.

Agreed. I am working on putting up documentation on how to set it up and get it running locally. There is still tons of work to be done though.

I deliberately chose to release as early as possible to find out if what people think of the project since I tend to have a tendency of taking forever to get feedback.

[dead] 12 years ago

Ah ok. Didn't know that. Thanks for the tip.

I like the idea.

But I also believe that solving personal problem is a good place to start. After all, if one person has a problem, it is likely that there are at least 5 other person who shares the pain.