Skip to content

Ruphoria/AstralAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstralAI is a Natural Language Processing Engine developed using the ML.NET framework. It process requests using binary classification based on a Machine Learning Dataset. The Dataset included is task-oriented and has entity extraction built in, the user can adjust or replace it according to the anticipated use case.\n\nExample:\n\nQuery: Wake me up at 10:30\n\nCurrent date/time: 9-nov-2019, 01:13 PM\n\nOutput:\n\njson\n{\n"query": "wake me up at 10:30",\n"intents": [\n{\n"intent": "addAlarm",\n"score": 0.93108803\n},\n{\n"intent": "showWeather",\n"score": 0.5757521\n},\n{\n"intent": "addReminder",\n"score": 0.26036647\n}\n],\n"entities": {\n"entity": "tomorrow",\n"type": "date",\n"startIndex": 14,\n"endIndex": 18,\n"date": "2019-11-10",\n"time": "10:30 AM"\n}\n}\n

About

A Natural Language Processing Engine constructed using ML.NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages