Skip to content

Commit

Permalink
added mind-map prompt and notebooklm, claude, google ai studion
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyansuMaurya authored Jan 3, 2025
1 parent 132bd35 commit dbe0940
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 4 deletions.
13 changes: 13 additions & 0 deletions database/prompts.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,18 @@
"create-prompt",
"gpt4"
]
},
{
"title": "Create a Mind Map with Markmap.js",
"description": "Create a mind map that visually organizes the key points from this book. The mind map should cover the major themes and concepts discussed in the book. Break each of these broad themes into subtopics. Provide a clear structure with hierarchical nodes for each main topic and its subpoints.\n\nUse Markmap.js code (example below) in a code block to represent the mind map, with branches for each of the main topics and subtopics, without mentioning the cites. The mind map should be easy to navigate and visually clear, allowing the reader to understand the interconnectedness of the key ideas.\n\n<MarkmapExample>\n\n---\ntitle: markmap\n\nmarkmap:\n colorFreezeLevel: 2\n\n---\n\n\n## Links\n\n- [Website](https://markmap.js.org/)\n\n- [GitHub](https://github.com/gera2ld/markmap)\n\n## Related Projects\n\n- [coc-markmap](https://github.com/gera2ld/coc-markmap) for Neovim\n\n- [markmap-vscode](https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode) for VSCode\n\n- [eaf-markmap](https://github.com/emacs-eaf/eaf-markmap) for Emacs\n\n## Features\n\nNote that if blocks and lists appear at the same level, the lists will be ignored.\n\n### Lists\n\n- **strong** ~~del~~ *italic* ==highlight==\n- inline code\n- [x] checkbox\n- Katex: $x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}$ <!-- markmap: fold -->\n- [More Katex Examples](#?d=gist:af76a4c245b302206b16aec503dbe07b:katex.md)\n- Now we can wrap very very very very long text based on maxWidth option\n- Ordered list\n\n1. item 1\n2. item 2\n\n### Blocks\n\njs\nconsole.log('hello, JavaScript')\n\n\n| Products | Price |\n|-|-|\n| Apple | 4 |\n| Banana | 2 |\n\n![](https://markmap.js.org/favicon.png)\n</MarkmapExample>",
"url": "https://markmap.js.org/repl",
"tags": [
"markmap-js",
"mind-map",
"visual-organization",
"book-analysis",
"concept-mapping"
]
}

]
54 changes: 50 additions & 4 deletions database/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
{
"title": "Bard",
"description": "Google Bard is a large language model that can generate text, translate languages, write different kinds of creative content, answer your questions in an informative way, summarize text, work with images and code, and be personalized and collaborative. It can be used for a variety of purposes, such as understanding the main points of a text, getting a quick overview of a topic, generating ideas, brainstorming, answering questions, working with images and code.",
"url": "https://bard.google.com/",
"description": "Gemini is a large language model that can generate text, translate languages, write different kinds of creative content, answer your questions in an informative way, summarize text, work with images and code, and be personalized and collaborative. It can be used for a variety of purposes, such as understanding the main points of a text, getting a quick overview of a topic, generating ideas, brainstorming, answering questions, working with images and code.",
"url": "https://gemini.google.com/",
"tags": [
"large-language-model",
"llm",
Expand All @@ -31,7 +31,7 @@
]
},
{
"title": "Bing Chat",
"title": "Microsoft Copilot",
"description": "Bing Chat is a powerful AI-powered chatbot that can help you with a variety of tasks. It can answer your questions, translate languages, write different kinds of creative content, and complete tasks. It is also able to understand and communicate fluently in multiple languages. Recently, Bing Chat has added new features such as multimodal visual search, persistent chat.",
"url": "https://www.bing.com/new",
"tags": [
Expand Down Expand Up @@ -135,7 +135,7 @@
]
},
{
"title": "Perplexity Search Engine and Chatbot",
"title": "Perplexity",
"description": "Perplexity AI is a search engine that uses AI to retrieve information and fill in gaps in knowledge. It is a tool that can be used to enhance research projects and offers snippets, functions, variable names, or even entire code lines, saving valuable time.",
"url": "https://www.perplexity.ai/",
"tags": [
Expand Down Expand Up @@ -243,7 +243,53 @@
"Presentation-automation",
"google-slides-add-on"
]
},
{
"title": "Google AI Studio",
"description": "Google AI Studio is a platform designed to help users create and manage AI models and applications. It offers a variety of tools and features, including API keys, real-time streaming, starter apps, model tuning, and a prompt gallery. Users can also access API documentation, a developer forum, and a changelog to stay updated with the latest developments.",
"url": "https://aistudio.google.com/prompts/new_chat",
"tags": [
"AI",
"AI-models",
"AI-applications",
"API-keys",
"Real-time-streaming",
"Model-tuning",
"Prompt-gallery",
"Google"
]
},
{
"title": "Claude",
"description": "Claude is a next-generation AI assistant built by Anthropic. It is designed to be safe, accurate, and secure, helping users create and manage various tasks such as drafting and iterating on websites, graphics, documents, and code. Claude is available on the web, iOS, and Android platforms.",
"url": "https://claude.ai/",
"tags": [
"AI",
"AI-assistant",
"AI-chatbot",
"Anthropic",
"Web",
"iOS",
"Android"
]
},
{
"title": "NotebookLM",
"description": "NotebookLM is an AI-powered research assistant and note-taking tool developed by Google. It leverages the advanced Gemini 1.5 Pro model to summarize information and generate insights from uploaded documents. Users can upload various sources, such as PDFs, Google Docs, and YouTube videos, to create a centralized notebook. NotebookLM provides accurate responses with in-line citations and sources, ensuring accuracy and traceability. It also offers features like audio podcast generation, interactive engagement with conversational AI, and multimedia integration.",
"url": "https://notebooklm.google.com/",
"tags": [
"AI",
"AI-research",
"Note-taking",
"Google",
"Gemini-1.5-Pro",
"Summarization",
"Audio-podcast",
"Conversational-AI",
"Multimedia-integration"
]
}


]

0 comments on commit dbe0940

Please sign in to comment.