Skip to content

Commit

Permalink
nlp
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed May 21, 2023
1 parent 0089a8a commit 5fcdf12
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/books/books.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,3 +658,4 @@ Love how some started making GPT programs tuned to specific books like [this](ht
- [A visual book recommender (2023)](https://nathanrooy.github.io/posts/2023-04-12/visual-book-recommender/) ([HN](https://news.ycombinator.com/item?id=35726559))
- [Ask HN: How do you synthesize books that you read? (2023)](https://news.ycombinator.com/item?id=35728268)
- [Writing summaries is more important than reading more books (2023)](https://www.andreasfragner.com/writing/writing-summaries) ([HN](https://news.ycombinator.com/item?id=36011599))
- [Ask HN: What are your favorite sci-fi books? (2023)](https://news.ycombinator.com/item?id=36020597)
1 change: 1 addition & 0 deletions docs/databases/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,3 +820,4 @@ Also trying out [Cozo Graph DB](https://github.com/cozodb/cozo), has [many sleek
- [Simplest Vector DB Implementation? (2023)](https://www.reddit.com/r/MachineLearning/comments/13nkp10/d_simplest_vector_db_implementation/)
- [Vemcache](https://github.com/FaizChishtie/vemcache) - In-memory vector database.
- [Pinecone Python Client](https://github.com/pinecone-io/pinecone-client)
- [High-Performance Graph Databases That Are Portable, Programmable, and Scale to Hundreds of Thousands of Cores (2023)](https://arxiv.org/abs/2305.11162) ([HN](https://news.ycombinator.com/item?id=36022042))
1 change: 1 addition & 0 deletions docs/design/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ Like using [Rive](rive.md) for making animations.
- [Scene.js Render](https://github.com/daybrush/scenejs-render) - Make a movie of CSS animation through Scene.js.
- [What's new in web animations (2023)](https://www.youtube.com/watch?v=oDcb3fvtETs)
- [Teaching ChatGPT the Art of Lottie Animations (2023)](https://medium.com/@animishmish/teaching-chatgpt-to-create-lottie-animations-5cba189b1227)
- [Manim Physics](https://github.com/Matheart/manim-physics) - Physics simulation plugin of Manim that can generate scenes in various branches of Physics.
1 change: 1 addition & 0 deletions docs/games/gamedev/gamedev.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,4 @@
- [Where do you start with your blank canvas? (2023)](https://www.reddit.com/r/gamedev/comments/12xh3ny/where_do_you_start_with_your_blank_canvas/)
- [Game development in Go: Ebitengine shaders (2023)](https://quasilyte.dev/blog/post/ebitengine-shaders/)
- [Notes on rarely-seen game mechanics (2023)](https://blog.plover.com/notes/game-mechanics.html) ([HN](https://news.ycombinator.com/item?id=35941369))
- [Game Server in Go](https://github.com/anthdm/gameserver)
1 change: 1 addition & 0 deletions docs/keyboards/keyboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ I am currently using builtin MacBook keyboard and love it. I love the low key tr
- [Clavert Keyboard](https://github.com/thlintw/clavert) - Vertical, wireless, ergonomic split keyboard.
- [Fulcrum](https://github.com/dschil138/Fulcrum) - Wireless ergonomic keyboard that features 5-way switch joysticks. ([HN](https://news.ycombinator.com/item?id=34656652))
- [Flux Keyboard](https://fluxkeyboard.com/) - Keyboard with adaptive display. ([HN](https://news.ycombinator.com/item?id=35083665))
- [KLOR](https://github.com/GEIGEIGEIST/KLOR) - 36-42 keys column-staggered split keyboard.

## Interesting keycaps

Expand Down
1 change: 1 addition & 0 deletions docs/machine-learning/chatgpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,4 @@ It's also great at giving examples.
- [petrushkaGPT](https://github.com/Esorat/petrushkaGPT) - Integrates ChatGPT, an OpenAI language model, with a Telegram bot in Node.js.
- [AvaBot](https://github.com/spy16/avabot) - ChatGPT personal assistant bot on Telegram.
- [Golem](https://github.com/henrycunh/golem) - Beautiful UI for ChatGPT and other conversational models.
- [Oryx Video ChatGPT](https://github.com/mbzuai-oryx/Video-ChatGPT) - Large vision-language model with a dedicated video-encoder and large language model (LLM), enabling video understanding and conversation about videos.
1 change: 1 addition & 0 deletions docs/nlp/nlp.md
Original file line number Diff line number Diff line change
Expand Up @@ -1214,3 +1214,4 @@ Want to explore [fine tuning FLAN-T5 model](https://www.philschmid.de/fine-tune-
- [BLOOMChat Training Repo](https://github.com/sambanova/bloomchat)
- [Zep](https://github.com/getzep/zep) - Long-term memory store for LLM / Chatbot applications.
- [Mercury](https://github.com/Jordan-Gilliam/ai-template) - Train your own custom GPT. Chat with any file, or website.
- [Nomic](https://github.com/nomic-ai/nomic) - Interact with Massive Embedding and Text Datasets in Your Web Browser.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ I use [Rye](https://github.com/mitsuhiko/rye) as way to manage dependencies.
- [Rich CLI](https://github.com/Textualize/rich-cli) - Command line toolbox for fancy output in the terminal.
- [click-params](https://github.com/click-contrib/click_params) - Bunch of click parameters to use.
- [textual-autocomplete](https://github.com/darrenburns/textual-autocomplete) - Easily add autocomplete dropdowns to your Textual apps.
- [Trogon](https://github.com/Textualize/trogon) - Auto-generate friendly terminal user interfaces for command line apps.

## DB

Expand Down
1 change: 1 addition & 0 deletions docs/programming-languages/typescript/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ Run TS with [Bun](../javascript/bun.md) and deploy [HTTP](../../networking/http.
- [ValueScript](https://github.com/voltrevo/ValueScript) - Dialect of TypeScript with value semantics.
- [Implementing the Pipe Operator in TypeScript (2023)](https://www.nexxel.dev/blog/pipe)
- [Functional Programming with TypeScript's Type System](https://desislav.dev/blog/tsfp/) ([HN](https://news.ycombinator.com/item?id=35588513))
- [Acorn TypeScript](https://github.com/TyrealHu/acorn-typescript) - Alternative, TypeScript parser.

## Images

Expand Down
1 change: 1 addition & 0 deletions docs/social-networks/bluesky.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ title: Bluesky
- [Bluesky Social App Code](https://github.com/bluesky-social/social-app)
- [atprototools](https://github.com/ianklatzco/atprototools) - Easy-to-use and ergonomic library for interacting with bluesky.
- [Flat](https://github.com/sabigara/flat) - Clean, minimal web client for Bluesky.
- [Sky Follower Bridge](https://github.com/kawamataryo/sky-follower-bridge) - Instantly find and follow the same users from your Twitter follower on Bluesky.
1 change: 1 addition & 0 deletions docs/travel/travel.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ Sticking a link for how to contact you, be it twitter/telegram to your passport,
- [My Tips for Extended Solo Travel](https://www.reddit.com/r/solotravel/comments/1163bh5/my_tips_for_extended_solo_travel/)
- [Mapy.cz](https://en.mapy.cz/)
- [Tripnotes.ai](https://tripnotes.ai/app) - Intelligent Travel Planner.
- [Maciej Besta's Expeditions](https://people.inf.ethz.ch/bestam/expeditions.html)

0 comments on commit 5fcdf12

Please sign in to comment.