Skip to content

Text to Speech plugin for Android that converts natural text into speech; or takes speech(audio) and converts it into text with the integration of Pandorabots server-side AI chatbot assistant.

License

Notifications You must be signed in to change notification settings

mikeroyal/Android-AI-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text to Speech Android

To build this program you will need to install the following software listed below on your system. Also thank you to my programming partner Anthony Jones for his help.

Unity3d

Unity 2017.3 or later

build_to_android_5

Android Studio

Android Studio

Debugging App on Android

Unit Tests on Android

Profiling App Performance on Android

Publishing App on Android

Android 8.1 (API level 27) Features and APIs

Android 8.0 (API level 26) Features and APIs

Getting started with Android development in Unity

Setting up Android SDK/NDK in Unity

creat project instant-apps_2x update-channel_2x create virutal device

Getting Started with Android NDK

The Native Development Kit (NDK) is a set of tools that allows you to use C and C++ code with Android, and provides platform libraries you can use to manage native activities and access physical device components, such as sensors and touch input. The NDK may not be appropriate for most novice Android programmers who need to use only Java code and framework APIs to develop their apps. However, the NDK can be useful for cases in which you need to do one or more of the following:

Squeeze extra performance out of a device to achieve low latency or run computationally intensive applications, such as games or physics simulations.

Reuse your own or other developers' C or C++ libraries.

Using Android Studio 2.2 and higher, you can use the NDK to compile C and C++ code into a native library and package it into your APK using Gradle, the IDE's integrated build system. Your Java code can then call functions in your native library through the Java Native Interface (JNI) framework. To learn more about Gradle and the Android build system, read Configure Your Build.

Pandorabots

The Pandorabots Playground is a free, integrated development environment for building chatbots loaded with features and tools.

Pandorabots API Documentation

playground2

Create a bot.

create_bot

Begin editing and training your Chatbot in the Pandorabots editor. playground3

About

Text to Speech plugin for Android that converts natural text into speech; or takes speech(audio) and converts it into text with the integration of Pandorabots server-side AI chatbot assistant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages