https://github.com/MeiFagundes/PolarisAI
  
  
    Personal Assistant Engine built with ML.NET. 
    https://github.com/MeiFagundes/PolarisAI
  
asp-net-core dotnet machine-learning ml-net mlnet natural-language-processing nlp personal-assistant personal-assistant-engine rest-api
        Last synced: 6 months ago 
        JSON representation
    
Personal Assistant Engine built with ML.NET.
- Host: GitHub
- URL: https://github.com/MeiFagundes/PolarisAI
- Owner: MeiFagundes
- License: gpl-3.0
- Created: 2018-05-26T06:55:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:03:13.000Z (almost 3 years ago)
- Last Synced: 2025-04-23T14:33:42.522Z (6 months ago)
- Topics: asp-net-core, dotnet, machine-learning, ml-net, mlnet, natural-language-processing, nlp, personal-assistant, personal-assistant-engine, rest-api
- Language: C#
- Homepage: https://meifagundes.com/polaris-ai/
- Size: 1.06 MB
- Stars: 18
- Watchers: 2
- Forks: 7
- Open Issues: 1
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
- awesome-dotnet-machine-learning - PolarisAI
README
          # 

A Personal Assistant Engine built with .NET Core with Natural Language Processing.
The NLP capabilities are powered by the **Starlight Core** (https://github.com/MeiFagundes/Starlight).
Example:
**Query:** *Wake me up at 10:30 AM* 
**Current date/time:** 10-nov-2019, 12:30 PM
**Output:**
```
{
  "code": 41,
  "response": "Sure, I've set an alarm for tomorrow, 10:30 AM.",
  "entities": {
    "entity": "tomorrow",
    "type": "date",
    "startIndex": 14,
    "endIndex": 18,
    "date": "2019-11-11",
    "time": "10:30 AM"
  }
}
```