This project's aim is to add voice command functionality to COCC's existing banking mobile applications.
COCC offers android and iOS mobile applications to banks, as a service.
This voice assistant will be able to perform several commands such as: transferring funds between accounts, checking balance, and more.
In order to achieve this, our team will integrate a scalable and modular system that leverages cutting edge NLP (natural language processing) algorithms to transcribe speech into actionable commands.
On top of the functionality that this addition will provide, our team will complete this project in a way that emphasizes modularity to promote additional future commands.
UCONN Senior Design Project
This C++ application utilizes object oriented principals to simulate a Vi like text editor in the command line.
It uses a forever loop, listening for key commands until an escape sequence tells the program to exit.
Current functionality include inserting characters, moving the cursor around the screen, and proper formatting of each line upon a new line creation.
Features to be implemented include cut/copy/paste, opening and saving files, as well as, undo and redo operations.
Vi Like Editor