- Deploying the Software
- Preparing to Work with the Software
- Running the Program
- License
To deploy the voice application, follow these steps:
-
Install JDK 21 or a later version from the official website.
-
Create a new project in IntelliJ IDEA or another Java environment and clone the Vocalia repository:
git clone https://github.com/TheMegistone4Ever/Vocalia.git
-
Build the project using Maven:
mvn install
-
Create a JAR artifact in IntelliJ IDEA:
- Press
Cntrl+Alt+Shift+S
or go toFile -> Project Structure
. - Go to the artifacts tab, click
➕
, select JAR, and choose "From modules with dependencies." - Select the Vocalia module and the main class
com.nickmegistone.vocaliamaven.Vocalia
. - Click "OK" and then "Apply."
- Build the project:
Build -> Build Artifacts -> Vocalia:jar -> Build
.
- Press
-
Copy the full path of the JAR file from the out folder.
-
Compile the JAR file from the root folder of the project:
"C:\Program Files\Java\jdk-<version>\bin\java.exe" -jar "ABSOLUTE PATH"
-
Use the voice assistant.
The development aims to provide users with a convenient interface for interacting with technological devices through voice commands. It seeks to facilitate the use of electronic devices, provide quick access to information and functions, and improve daily life by automating tasks and intelligently answering questions.
Minimum Hardware Configuration:
- Processor type: Pentium 2 266 MHz;
- RAM: 2 GB;
- Internet connection: at least 2 megabits;
- JDK version: from 20.0.2.
Recommended Hardware Configuration:
- Processor type: AMD Ryzen 9 6900HS;
- RAM: 16 GB;
- Internet connection: at least 100 megabits;
- JDK version: from 21.0.1.
- Install JDK 21 or later from the official website if it's already not installed.
- Download the archive with the voice assistant from the latest release on the Releases GitHub page.
- Unpack the archive using third-party utilities like WinRAR.
After unzipping, check for a folder with the voice assistant ready to run. If successful, run the assistant using the " run.vbs" file.
Launch the voice assistant, and You will be navigated to the main page automatically.
Click on various menu buttons to explore contents, e.g., license and creators.
On the main panel, use manual or voice search, and try commands like:
play music
tell me a joke
weather forecast
search for <SEARCH TEXT>
translate <TRANSLATE TEXT>
hey vocalia
bye vocalia
The project is licensed under the CC BY-NC 4.0 License.