Stories of the Land - Hackathon Oct 2021
Contains two applications:
- app - Vue.js client app for text analysis
- v-to-app - Python Flask app for video to audio conversion
Run app (requires NodeJS v14):
- go to /sol/app
- run
npm install - optionally run
npm audit fix - run
npm run serve - got to http://localhost:8080