LanguaTale is a story-based language learning web application. It allows users to learn languages through stories.
Note: A basic understanding of the target language is needed to utilise the app fully.
-
Install required packages:
pip install django gTTS
-
Open terminal and navigate to the project directory:
Note: You need to cd into languatale twice due to the project folder structure.
cd LanguaTale/languatale/languatale -
Start Django development server
python manage.py runserver