Instantly convert Text to Natural Speech with Basic TTS Web App

Basic TTS is a clean and easy-to-use web application that converts written text into natural-sounding speech. It is designed for users who want to test text-to-speech technology without installing complicated software or dealing with technical setup.

The web app is powered by Piper TTS, a lightweight and capable text-to-speech system. With Basic TTS, users can type their text, choose from several English voice models, and generate speech audio within seconds. Each voice has its own accent and speaking style, making it useful for testing different voice outputs.

One useful feature is its built-in audio control. After generating the speech, users can play, pause, change playback speed, or download the audio file for offline use. This makes Basic TTS suitable for simple voice experiments, accessibility testing, content creation, and quick audio generation.

Easyrec – Integrate Recommender Engine in your website – open source

Easyrec is an open source recommender engine which can be trained and customized to provide personalized recommendations using REStful Web Service.

easyrec-engine
Easyrec exposes its functionality through REST API which provides several interaction types:

Actions

  1. view
  2. buy
  3. sendaction

Recommedations

  1. other users also viewed
  2. other users also bought
  3. items rated good by other users
  4. recommendations for user
  5. related items
  6. action history for user

Community Rankings

  1. most viewed items
  2. most bought items
  3. most rated items
  4. best rated items
  5. worst rated items

The list of recommendations is returned in XML and JSON notation to be further processed by your web application.

Easyrec API can be accessed from its main website http://easyrec.org/ or could be installed alongside with the web application on your own server. Easyrec require at least Java 1.5 and MySQL server for its functionality.

Download easyrect from: http://easyrec.org/recommendation-engine