Skip to content

v1.4.0 - API key support added

Compare
Choose a tag to compare
@gurudevrao gurudevrao released this 05 Aug 13:25
· 16 commits to master since this release
8d41837

Python Client for Gurunudi AI

✨ New features

  • API Key: - Use API Keys to access commercial Gurunudi AI models with greater performance and accuracy than the free version.

✨ Major features

  • Auto Complete: - Attempts to auto-complete a given piece of text
  • Auto Correct: - Fixes any misspelled words or mixed up words in a given piece of text
  • Chatbot: General conversation with Gurunudi AI
  • Context QA: Attempts to answer a query in a given context
  • Co-reference Resolution: Resolves co-references in a text
  • Definition: Returns definition(s) of a given noun or word or phrase
  • Fix Case: Fixes any case issues in a text
  • Intent Extraction: Extracts structured intents from a given piece of text
  • Keyword Extraction: - Lists keywords in a given piece of text
  • Knowledge Graph: - Structured Intent based queries to extract information from Gurunudi Knowledge Graph
  • Language Detection: - Detects the language of a given piece of text
  • Named Entities: - Lists the named entities in a given piece of text
  • Natural Language Inference: - Generates natural language inferences for a given text
  • Natural Language Generation: - Generates natural language text for a given structured intent
  • Natural Language Processing: - Combines Sentence Extraction + Syntax Analysis + Syntactic Dependency + Named Entities in one API call
  • Natural Language Query: - Natural language queries to extract information from Gurunudi Knowledge Graph
  • Sentence Extraction: - Extracts sentences from a given piece of text
  • Sentiment Analysis: - Analyzes the sentiment of a given piece of text
  • Summarize: - Generates a short summary of a long text
  • Syntactic Dependency: - Generates a dependency parse tree of the tokens in a text
  • Syntax Analysis: - Lists syntactic details like part of speech and lemma of the tokens in a text
  • Title Generation: - Generates a title for a given piece of large text
  • Topic Modeling: - Suggests topics for a given piece of text
  • Translate: - Translates text from one language to another

👥 Contributors

This release is brought to you by @gurudevrao