Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:03:13.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T13:14:54.790Z (3 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: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-machine-learning - PolarisAI
README
#
![Logo](Logo.png)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"
}
}
```