HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zeynepevecen

no profile record

Submissions

The Text Box Is the Command Line of AI

zey.dev
2 points·by zeynepevecen·2 เดือนที่ผ่านมา·1 comments

We Create

linus.coffee
2 points·by zeynepevecen·11 เดือนที่ผ่านมา·0 comments

AI as an Information Interface

zeynepevecen.dev
29 points·by zeynepevecen·2 ปีที่แล้ว·11 comments

Do Things That'll Surpass Your Life

zeynepevecen.dev
1 points·by zeynepevecen·2 ปีที่แล้ว·1 comments

The Next Interface

zeynepevecen.dev
3 points·by zeynepevecen·2 ปีที่แล้ว·2 comments

The lie of music discovery algorithms

zeynepevecen.dev
152 points·by zeynepevecen·2 ปีที่แล้ว·193 comments

Classic Usability Important for AI

uxtigers.com
1 points·by zeynepevecen·2 ปีที่แล้ว·0 comments

comments

zeynepevecen
·2 ปีที่แล้ว·discuss
That’s valid but in the bigger picture, our jobs will be evolved not seize to exist. I dont think that an average person will be able to interact with AI to build functional systems. At least not in the near future.
zeynepevecen
·2 ปีที่แล้ว·discuss
Good point. Haven’t thought about it like that.
zeynepevecen
·2 ปีที่แล้ว·discuss
There’s an email subscription field thats why i need js hahah you’re so fond of yourself
zeynepevecen
·2 ปีที่แล้ว·discuss
There is an app you are just seeing the landing page
zeynepevecen
·2 ปีที่แล้ว·discuss
But I also don't want a totally random song eighter. I want something that vibes with me but not directly recommended through my listening history, because then they are extremely similar and feels like they're feeding me the same melodies over and over. Thats why I tried to give the "vibes" in a different format; image, rather than my listening history.
zeynepevecen
·2 ปีที่แล้ว·discuss
Thanks, that was something I was already considering. Do you know where can I find models specialized in this area? Because it is kinda niche, I couldn't find something that maps images into playlists directly, thats why i went for llms
zeynepevecen
·2 ปีที่แล้ว·discuss
I’m checking that right now, thank you!!
zeynepevecen
·2 ปีที่แล้ว·discuss
Yess! Thank you for commenting. I am very interested in this topic. Please do share with me if you find any interesting ways to explore new music for your taste
zeynepevecen
·2 ปีที่แล้ว·discuss
Thank you! I should check youtube's algorithm too.

Yes, I have a prompt like that the current prompt is this:

            'You match the vibes of the pictures with the right songs and turn them into a 3 song playlist with a playlist name. The music genre of the playlist should be consistent for each song. Be creative with music selections, explore different music, be consistent in terms of the genre of the 3 songs. The playlists should be provided in an object array format, like this: \'[{playlistName: "string", songs: [{songName: "string", artist: "string"}, {songName: "string", artist: "string"}, {songName: "string", artist: "string"}]}]\'. Do not add any other text information and only give outputs in the provided format. Your playlists must match the visual vibes and maintain the specified format without any additional information.',
Pretty basic, as i said before this was only ment for me and to explore this idea, but i loved it so I wanted to share :)
zeynepevecen
·2 ปีที่แล้ว·discuss
The setup is pretty basic. I've built a NextJS app, for the LLM model I am using open AI gpt-4-turbo and sending the images there directly without any database for images. I did a little prompting to get the same output everytime and when I get the output I make search on the Spotify API, find the songs and create the playlist with them on your own authenticated spotify account.

Likewise I also don't have a database for the emails eighter. I am using spotifys authentication
zeynepevecen
·2 ปีที่แล้ว·discuss
That's a very good point, I also love discovering with lyrics. What I tried to do is to find some connections between the image and music, maybe some connection we as humans cannot see right away.
zeynepevecen
·2 ปีที่แล้ว·discuss
The setup is pretty basic. I've built a NextJS app, for the LLM model I am using open AI gpt-4-turbo and sending the images there directly without any database for images. I did a little prompting to get the same output everytime and when I get the output I make search on the Spotify API, find the songs and create the playlist with them on your own authenticated spotify account.

Likewise I also don't have a database for the emails eighter. I am using spotifys authentication
zeynepevecen
·2 ปีที่แล้ว·discuss
Many of you asked how it looks, how it works. I've added a video under the blog post, showing how it works.

Many of you were also interested in knowing what's going on behind the scenes. The setup is pretty basic. I've built a NextJS app, for the LLM model I am using open AI gpt-4-turbo and sending the images there directly without any database for images. I did a little prompting to get the same output everytime and when I get the output I make search on the Spotify API, find the songs and create the playlist with them on your own authenticated spotify account.

Likewise I also don't have a database for the emails eighter. I am using spotifys authentication.

As I said before this was just for me at first but it is very exticing to see many people interested by this idea.

If you don't trust openAI models and don't wanna send any pic data to them please don't write your email
zeynepevecen
·2 ปีที่แล้ว·discuss
Nope my website is way out of date, sorry :) will remove that section entirely