Skip to content

WanjiruNjunge/bwaku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bwaku

Bwaku(Swahili for massive) is a Python program that works together with MASSIVE dataset from Amazon Alexa. The project aims to practice speaking with multiple file formats with Python libraries such as Pandas. A translation from English to other languages e.g. Swahili is captured. The JSON files are pretty-printed for easy readability.

Prerequisites

  • python >= 3.11

  • pandas

  • absl-py

Installation Process

  1. Clone the repo
git clone https://github.com/StevenJoel06/bwaku.git
  1. Ensure you have Python installed on your machine as well as a pip. Confirm with
python -V
pip -v

Ensure that the version is 3.10 and above And 22 for pip

  1. Install Pandas
pip install pandas
  1. Install absl flags
pip install absl-py
  1. To generate the output files run the generator.sh file
./generator.sh
  1. Generation The files will automatically be stored in a newly created folder for outout in .xlsx format.

About

CAT for Computer Graphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.1%
  • Shell 0.9%