pythonbrad / goggles

LOHCE Careathon 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a

LOHCE Careathon 2023

Dependencies

Build dependencies

Runtime dependencies

Usage

Installation

In using Pip

pip3 install -r requirements.txt

In using Pipenv

pip3 install pipenv
pipenv install

In using Docker

docker build -t lohce

Execution

Execute the command below, and enter http://127.0.0.1:2006 in you web browser.

In using python

python runserver.py -p 2006

In using docker

docker run -p 2006:2006 -t lohce

Fast testing

The vocal assistance obeys to command below. Feel free to also test with buea, bafoussam and bamenda.

NB: The highlighted expression represent the keywords

  • Is there a bus departure from Douala to Yaounde tomorrow ?
  • Y a-t-il un départ de bus de Douala à Yaoundé demain ?

Translation

The translation can be edited via the vocal_assistant/languages.py file. Currently, just two languages are supported (French and English).

About

LOHCE Careathon 2023


Languages

Language:JavaScript 44.3%Language:Python 27.0%Language:CSS 22.0%Language:HTML 5.8%Language:Dockerfile 0.9%