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.
- 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
To use this plugin, you need to have the following software installed on your local system:
- Inkdrop
- Nodejs
- Dalai (make sure Dalai server is on and you have alpaca 7B modal installed)
-
install Writer-AI in you inkdrop
-
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
-
Run this command - this starts the socket Io server on "localhost:3000"
# Run dalai server npx dalai serve
Keybinding | Description |
---|---|
Ctrl-Alt-A | Starts the magic |
This plugin is released under the MIT License.