Accelerated Text alternatives and similar software solutions
Based on the "Automation" category.
Alternatively, view Accelerated Text alternatives based on common mentions on social networks and blogs.
-
Node RED
A browser-based flow editor that helps you wiring hardware devices, APIs and online services to create IoT solutions. -
Gekko
Gekko is a Bitcoin TA trading and backtesting bot which support multiple exchanges and cryptocurrencies. -
WebUI-aria2
Interface to interact with the aria2 downloader. Very simple to use, just download and open index.html in any web browser. -
Zenbot 3
Zenbot is a lightweight, extendable, artificially intelligent trading bot for Bitcoin, Ether, Litecoin, and more. -
Beehive
A flexible event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters. -
Headphones
An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent, Deluge and Blackhole. -
RSS-Bridge
rss-bridge is a PHP project capable of generating ATOM feeds for websites which don't have one. -
pyLoad
Lightweight, customizable and remotely manageable downloader for 1-click-hosting sites like rapidshare.com or uploaded.to. -
Alltube
A web interface for youtube-dl, a program to download videos and audio from more than 100 websites. -
Medusa
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic. -
Actionsflow
The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions. -
YoutubeDL-Material
Material Design inspired YouTube downloader, based on youtube-dl. Supports playlists, quality select, search, dark mode and much more, all with a clean and modern design. -
ActiveWorkflow
An intelligent process and workflow automation platform based on software agents. -
FHEM
FHEM is used to automate common tasks in the household like switching lamps and heating. It can also be used to log events like temperature or power consumption. You can control it via web or smartphone frontends, telnet or TCP/IP directly. -
Http2pic
Website screenshots/renderer. It uses the wkhtmltox to render websites with various options. -
HRConvert2
Drag-and-drop file conversion server with session based authentication, automatic temporary file maintenance, and logging capability. -
MeTube
Web GUI for youtube-dl, with playlist support. Allows downloading videos from dozens of websites. -
betanin
Music organization man-in-the-middle of your torrent client and music player. Based on beets.io, similar to Sonarr and Radarr. -
SiteInspector
Web-based tool for catching spelling errors, grammatical errors, broken links, and other errors on websites. -
homebank-converter
A web app to convert an export bank file to compatible Homebank csv. -
RSS Merger
PHP script which will take multiple RSS / Atom feeds as input and merge them into a single RSS feed. -
LazyLibrarian
LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info. -
feed2toot
Feed2toot parses a RSS feed, extracts the last entries and sends them to Mastodon.
Scout APM: A developer's best friend. Try free for 14-days
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Accelerated Text or a related project?
README
A picture is worth a thousand words. Or is it? Tables, charts, pictures are all useful in understanding our data but often we need a description – a story to tell us what are we looking at. Accelerated Text is a natural language generation tool which allows you to define data descriptions and then generates multiple versions of those descriptions varying in wording and structure.
Documentation
•
About
•
Philosophy
•
Features
•
Get Started
•
Demo
•
Development
•
Contact
About
Accelerated Text can work with all sorts of data:
- descriptions of business metrics
- customer interaction data
- product attributes
- financial metrics
With Accelerated Text you can use such data to generate text for your business reports, your e-commerce platform or your customer support system.
Accelerated Text provides a web based Document Plan builder, where:
- the logical structure of the document is defined
- communication goals are expressed
- data usage within text is defined
Document Plans and the connected data are used by Accelerated Text's Natural Language Generation engine to produce multiple variations of text exactly expressing what was intended to be communicated to the readers.
Philosophy
Natural language generation is a broad domain with applications in chat-bots, story generation, and data descriptions to name a few. Accelerated Text focuses on applying NLG technology to solve your data to text needs.
Data descriptions require precision. For example, generated text describing weather conditions should not contain things beyond those provided in the initial data – temperature: -1C, humidity: 40%, wind: 10km/h. Despite this, the expression of an individual fact – temperature – could vary. It could result in "it is cold", or "it is just below freezing", or "-1C", but this fact will be stated because it is present in the data. A data to text system is also not the one to elaborate on a story adding something about the serenity of some freezing lake – again, it was not in the supplied data.
Accelerated Text follows the principle of this strict adherence to the data-bound text generation. Via its user interface it provides instruments to define how the data should be translated into a descriptive text. This description – a document plan – is executed by natural language generation engine to produce texts that vary in structure and wording but are always and only about the data provided.
Key Features
- Document plan editor to define what needs to be said about the data.
- Data samples can be uploaded as CSV files to be used when building Document Plans.
- Text structure variations to provide richer reading experience going beyond rigid template generated text.
- Language and vocabulary control to match each of your reader groups.
- Build-in rule engine to allow the control of what is said based on the different values of data points.
- Live preview to see variations of generated text.
Get Started
If you want to start tinkering and run it based on the latest code in the repository, first make sure that you have make and docker-compose installed, then clone the project and run
make run-app
After running this command the document plan editor will be availabe at http://localhost:8080, while AMR and DLG editors will be reachable via http://localhost:8080/amr/ and http://localhost:8080/dlg/ respectively.
For more detailed description of text generation workflow visit the Documentation.
Demo
For a demonstration of how Accelerated Text can be used to provide descriptions for various items in an e-commerce platform (https://www.reactioncommerce.com/) please check the following repository: https://github.com/tokenmill/reaction-acc-text-demo.
Development
To get started with a development environment for Accelerated Text please follow the instructions in our developer's guides for the [front-end](front-end/README.md), [api](api/README.md) and the [text generation engine](core/README.md).
Contact Us
If you have any questions, do not hesitate asking us at [email protected]
If you'll submit an Issue this will help everyone and you will be able to track the progress of us fixing it. In order to facilitate it please provide description of needed information for bug requests (like project version number, Docker version, etc.)
License
Copyright © 2020 TokenMill UAB.
Distributed under the The Apache License, Version 2.0.
*Note that all licence references and agreements mentioned in the Accelerated Text README section above
are relevant to that project's source code only.