Skip to content

A website to collect sentence translations from the native speakers

Notifications You must be signed in to change notification settings

thegitone23/language_data_collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

language_data_collector

A website to collect sentence translations from the native speakers.

To run

Setup and enter a python virtual enviroment.
Here is how to do it on ubuntu
Now in the project folder (assuming python3 )

$ pip3 -r install requirements.txt
Followed by 
$ export FLASK_APP=web_app.py

You might wanna configure confiure.py as per your requirements
For the first time use, db migrations can be applied using
$ flask db upgrade

To run the app
$ flask run

About

A website to collect sentence translations from the native speakers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published