/voki

Audio messaging reimagined

Primary LanguageJavaScript

voki - audio messaging reimagined

voki logo

voki is an audio messaging app that leverages the power of AI to put your communication bandwidth on steroids. Beautiful visualisation of messages based on sentiment, automatically generated transcript and tags.

login_screen | record_msg | summary

Building the app

Dependencies:

Configuration

Add Firebase API configuration in firebase.js:

const firebaseConfig = {
	apiKey: 'your-api-key',
	authDomain: 'your-auth-domain',
	projectId: 'your-project-id,
	storageBucket: 'your-storage-bucket',
	messagingSenderId: 'your-messaging-sender-id',
	appId: 'your-app-id',
	measurementId: 'your-measurement-id',
};

Running

Use a terminal in the root dir of the repo.

Front-end

npm install
expo start

ML Backend

pip install /r requirements.txt
python main.py
ngrok http 4030