autosistant | A research project aimed at building an automated sales assistant
kandi X-RAY | autosistant Summary
kandi X-RAY | autosistant Summary
autosistant is a Ruby library. autosistant has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
The system attempts to help online shoppers buy items from an online store by having a directed conversation with the user. The user interacts with the system via a web-page where the user can type in a message to be sent to the system. The system gets the message, analyses it, and returns an appropriate message when complete. The system’s message analyses begins by splitting the input message into distinct words. It will then attempt to find any words that indicate actions, also called tasks, that the system must complete. When such a word is found, the system adds the task to a task queue. This queue is always kept sorted based on task priority. If the system has no tasks to complete and the most recent message processed does not exactly tell the system what it needs to do, then the system will attempt to suggest what the user might have meant by measuring edit distance of each input word with each task determining word. If the system has some number of tasks it is managing, it will treat all words not mapped to actions as input for the task it will complete next. Once the system has at least one task to complete, on each conversation turn, the system attempts at least one task on the queue. This may lead to task completion and then task removal and/or the adding of further tasks to complete based on user input. Tasks include product identification, adding identified products to the order, placing an order, suspending a session, and resuming a session. Additionally, there is a system administration page. This allows retailers to modify the system to meet their needs. Specifically, administrators can configure system settings such as the company name, identification questions, answers to identification questions for specific products, and which words map to the various system actions. Additionally, if the system administrator has knowledge of the relational model, the system’s identification path and order process can be modified. Future plans to implement this configuration in a more user-friendly way are a possibility (post-project).
The system attempts to help online shoppers buy items from an online store by having a directed conversation with the user. The user interacts with the system via a web-page where the user can type in a message to be sent to the system. The system gets the message, analyses it, and returns an appropriate message when complete. The system’s message analyses begins by splitting the input message into distinct words. It will then attempt to find any words that indicate actions, also called tasks, that the system must complete. When such a word is found, the system adds the task to a task queue. This queue is always kept sorted based on task priority. If the system has no tasks to complete and the most recent message processed does not exactly tell the system what it needs to do, then the system will attempt to suggest what the user might have meant by measuring edit distance of each input word with each task determining word. If the system has some number of tasks it is managing, it will treat all words not mapped to actions as input for the task it will complete next. Once the system has at least one task to complete, on each conversation turn, the system attempts at least one task on the queue. This may lead to task completion and then task removal and/or the adding of further tasks to complete based on user input. Tasks include product identification, adding identified products to the order, placing an order, suspending a session, and resuming a session. Additionally, there is a system administration page. This allows retailers to modify the system to meet their needs. Specifically, administrators can configure system settings such as the company name, identification questions, answers to identification questions for specific products, and which words map to the various system actions. Additionally, if the system administrator has knowledge of the relational model, the system’s identification path and order process can be modified. Future plans to implement this configuration in a more user-friendly way are a possibility (post-project).
Support
Quality
Security
License
Reuse
Support
autosistant has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
autosistant has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of autosistant is current.
Quality
autosistant has no bugs reported.
Security
autosistant has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
autosistant is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
autosistant releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of autosistant
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of autosistant
autosistant Key Features
No Key Features are available at this moment for autosistant.
autosistant Examples and Code Snippets
No Code Snippets are available at this moment for autosistant.
Community Discussions
No Community Discussions are available at this moment for autosistant.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install autosistant
A completely setup example can found at. for the user chat client and administration pages, respectively. The system is best viewed in Chrome or Firefox. It has not been tested with Internet Explorer. The system has been written and tested using Ruby 1.9.3 and rvm. Installation of this software varies from system to system, but packages exist for pretty much any operating system. Once this has been done, rubygems must be installed using rvm. The system also depends on many gems, which can be installed by. The system requires that a recent version of the SQLite3 database management system is installed. This also varies from system to system, but most UNIX systems come installed with it.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page