From 31b5c6f71d996f7e93b0ebd906c71bab19013ffe Mon Sep 17 00:00:00 2001 From: SamuelMoor-Smith <50902296+SamuelMoor-Smith@users.noreply.github.com> Date: Sat, 24 Jun 2023 15:15:17 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3aced6..c4bf70c 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ If you want to be added to the list of people that have completed a project, req - **Goodreads Book Recommender via OpenSyllabus**: A site that takes in your Goodreads profile and uses the OpenSyllabus Galaxy book embeddings to build a recommender system for what you might like next. - A creative startup name finder powered by baby names. Find meanings for baby babes, and make a site where you can input keywords your startup is about, and it will print resulting baby names with meanings with the highest keyword overlap (or min distance in the word embedding space). - Inspired by https://www.joinleelo.com/blog/how-we-came-up-with-the-name-leelo + - This is [done](https://baby-names-generator.vercel.app) - Another startup name generator - input 2+ keywords, then try all reasonable pairwise ship names till you reach an untaken name .com/.ai/.io/other top TLD - Convert all text in messenger apps to lowercase automatically (for speech to text or bad autocorrect). - Keyboard shortcut for automatically fixing spelling in Google Docs+. From 38bdf06e12d03b37e9b89d46eb7586230d4d8d2f Mon Sep 17 00:00:00 2001 From: SamuelMoor-Smith <50902296+SamuelMoor-Smith@users.noreply.github.com> Date: Sat, 24 Jun 2023 15:18:04 -0700 Subject: [PATCH 2/3] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f5ce68f..dbe1f7b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -64,3 +64,11 @@ **Bounty Prompt:** An app that tracks the distance you've scrolled on your phone and puts it on a leaderboard
**Completed by**: Bryan Chiang
**Demo Video**: [Demo](https://i.imgur.com/9VCWd7l.mp4) + +### Baby Names Generator + + **Bounty Prompt:** A creative startup name finder powered by baby names. Find meanings for baby babes, and make a site where you can input keywords your startup is about, and it will print resulting baby names with meanings with the highest keyword overlap (or min distance in the word embedding space). You can also have a keyword masher, where you input 2+ keywords, then try all reasonable pairwise ship names till you reach an untaken name .com/.ai/.io/other top TLD. +Inspired by https://www.joinleelo.com/blog/how-we-came-up-with-the-name-leelo
+ **Completed by**: Samuel Moor-Smith
+ **Website Link**: [baby-names-generator](https://baby-names-generator.vercel.app) + **Repo Link**: [baby-names-generator](https://github.com/SamuelMoor-Smith/baby-names-generator) From 5aade3221c459efc76fd954c9c4a77d059935366 Mon Sep 17 00:00:00 2001 From: SamuelMoor-Smith <50902296+SamuelMoor-Smith@users.noreply.github.com> Date: Sat, 24 Jun 2023 15:28:39 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d2f1df4..1989873 100644 --- a/README.md +++ b/README.md @@ -257,10 +257,9 @@ Ads bring in surprisingly low revenue -- I hope that the bounty makes it worth y ### Text Processing/NLP - **Goodreads Book Recommender via OpenSyllabus**: A site that takes in your Goodreads profile and uses the OpenSyllabus Galaxy book embeddings to build a recommender system for what you might like next. -- A creative startup name finder powered by baby names. Find meanings for baby babes, and make a site where you can input keywords your startup is about, and it will print resulting baby names with meanings with the highest keyword overlap (or min distance in the word embedding space). +- A creative startup name finder powered by baby names. Find meanings for baby babes, and make a site where you can input keywords your startup is about, and it will print resulting baby names with meanings with the highest keyword overlap (or min distance in the word embedding space). You can also have a keyword masher, where you input 2+ keywords, then try all reasonable pairwise ship names till you reach an untaken name .com/.ai/.io/other top TLD. - Inspired by https://www.joinleelo.com/blog/how-we-came-up-with-the-name-leelo - This is [done](https://baby-names-generator.vercel.app) -- Another startup name generator - input 2+ keywords, then try all reasonable pairwise ship names till you reach an untaken name .com/.ai/.io/other top TLD - Convert all text in messenger apps to lowercase automatically (for speech to text or bad autocorrect). - Keyboard shortcut for automatically fixing spelling in Google Docs+. - A chrome extension that adds the per ounce/unit price to Instacart the same way Amazon does.