SlangLab-NU / VoiceCollector

Apache License 2.0
1 stars 1 forks source link

2 add a sql database for running app locally #8

Closed jordan-git-lewis closed 1 year ago

jordan-git-lewis commented 1 year ago

The database runs locally in its current state. Known issues: in speak.py line 56 - DB is created here initially, but then it gets commented out to not overwrite the previous data. in speak.py line 64 - References are written to DB here. This will execute every time the program is run, which is unnecessary