Dev Useful Stuff
1.18K subscribers
2 photos
317 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​​​CakeChat (★ 254 GitHub) is an open source dialog system that is able to express emotions in a text conversation. It uses end-to-end trained embeddings of 5 different emotions to generate responses conditioned by a given emotion. With CakeChat you can, for example, train your own persona-based neural conversational model or create an emotional chatting machine without external memory. Written in Python.

CakeChat is released by Replika - AI chat-friend that learns from you, gets to know you and keeps your memories. It communicates in a very natural way, like a live human. The Replica is available as a mobile app for Android and iOS.

#ai #bot #chat #ml
​​Use Snips to build powerful voice assistants for your products. They will run on-device, work offline and guarantee Privacy by Design (GDPR Compliant).

#ai #assistant #voice
​​Leon (★ 3,728 at GitHub) - is an open-source personal assistant who can live on your server. You can make your own Siri and teach it to make some job needed for you.

Why?

1) If you are a developer (or not), you may want to build many things that could help in your daily life. Instead of building a dedicated project for each of those ideas, Leon can help you with his packages/modules (skills) structure.
2) With this generic structure, everyone can create their own modules and share them with others. Therefore there is only one core (to rule them all).
3) Leon uses AI concepts, which is cool.
4) Privacy matters, you can configure Leon to talk with him offline. You can already text with him without any third party services.
5) Open-source is great.

Check out the demo

#ai #assistent #js #npm
​​AI Commits - (★ 4.6K) is a CLI that writes your git commit messages for you with AI. Never write a commit message again.

How does it work?
This CLI tool runs git diff to grab all your latest code changes, sends them to OpenAI's GPT-3, then returns the AI generated commit message.

Happy Friday! 🙂

#git #ai #gpt #cli #terminal
​​Novel - (★4.4k at GitHub) is a notion-style WYSIWYG editor with AI-powered autocompletion. Built with Tiptap, OpenAI, and the Vercel AI SDK

Check their demo video

#ai #editor #frontend #wysiwyg
​​OpenAI's Code Interpreter - (★32.5k on GitHub) lets LLMs run code (Python, Javascript, Shell, and more) locally. You can chat with Open Interpreter through a ChatGPT-like interface in your terminal by running $ interpreter after installing.

This provides a natural-language interface to your computer's general-purpose capabilities:

- Create and edit photos, videos, PDFs, etc.
- Control a Chrome browser to perform research
- Plot, clean, and analyze large datasets
- ...etc.

#ai #code
​​PR-Agent - (★ 3k) is an open-source tool to help efficiently review and handle pull requests. It automatically analyzes the pull request and can provide several types of commands:

- /describe: Automatically generating PR description
- /review: Adjustable feedback about the PR main content
- /ask ...: Answering free-text questions about the PR
- /improve: Committable code suggestions for improving the PR.
- /update_changelog: Automatically updating the CHANGELOG.md file
- /add_docs: Automatically adds documentation to methods/functions/classes
- /analyze: Automatically analyzes the PR

#ai #github #pr #code #review