https://github.com/shubham8550/writer-ai
https://github.com/shubham8550/writer-ai
inkdrop llm plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubham8550/writer-ai
- Owner: shubham8550
- License: mit
- Created: 2023-04-03T08:04:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T04:26:15.000Z (about 2 years ago)
- Last Synced: 2025-04-04T05:31:28.700Z (about 2 months ago)
- Topics: inkdrop, llm, plugin
- Language: JavaScript
- Homepage: https://discord.gg/KGc9HeEnsP
- Size: 927 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Writer AI Plugin for Inkdrop
The Writer AI plugin for Inkdrop adds artificial intelligence (AI) functionality to your note-taking workflow. Powered by the Alpaca AI model, this plugin allows you to perform various AI tasks directly in your Inkdrop notes, without leaving your local system.
## Features
- Natural Language Generation: Generate natural-sounding text based on prompts or existing text.
- Text Summarization: Summarize long texts to extract the main points.
- Text Completion: Automatically complete text based on what you've already written.
- Sentiment Analysis: Analyze the sentiment of a piece of text and get a score.
- Topic Modeling: Identify the main topics in a piece of text and get a list of keywords.> Modify Instructions Option in plugins settings to have this possible features or thers to you liking
## Requirements
To use this plugin, you need to have the following software installed on your local system:
- Inkdrop
- Nodejs
- [Dalai](https://github.com/cocktailpeanut/dalai) (make sure Dalai server is on and you have alpaca 7B modal installed)## Installation
1. ### Get Plugin First
install [Writer-AI](https://my.inkdrop.app/plugins/writer-ai) in you inkdrop2. ### Install Model(s)
We will install Alpaca Model 7B you can Install other models (7B 13B 65B) (You can select a model to use from the plugin settings default:Alpaca7B)
```
# Install alpaca 7B model
npx dalai alpaca install 7B
```2. ### Start Dalai server (You have to start the server every time you wanna use writer-ai)
Run this command - this starts the socket Io server on "localhost:3000"
```
# Run dalai server
npx dalai serve
```## Keybindings
| Keybinding | Description |
| ---------- | -------------------------------- |
| Ctrl-Alt-A | Starts the magic |## License
This plugin is released under the MIT License.