Asahel-code / Ziba_voice_solution

A voice solution to connect developers with consultation or tech material, depending on their are of expertise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-requisite

Ensure your add your environment variable first, use env.example to create your environment variables

Create a virtual environment:

/usr/bin/python3 -m venv venv

Activate your virtual environment:

source venv/bin/activate

Install all required dependencies:

pip install -r requirements.txt

Finally run your application

python app.py

About

A voice solution to connect developers with consultation or tech material, depending on their are of expertise


Languages

Language:Python 100.0%