Skip to content

illided/EnglishHelPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnglishHelPy

Small tool written in Python and HTML for learning english.

Create database

HelPy comes with a prebuilt database of 400 videos. If you want to build your own (with more videos for examples), run:

python3 db_filler/main.py

You can also try to build small test db (5 videos) with

python3 db_filler/main.py --is_test True

Run application

HelPy already have hosted demo, but you can run it locally.

Firstly install all necessary tools:

pip install -r requirements.txt
python3 -m spacy download en_core_web_sm

And then run the application:

python3 app/app.py

Usage

HelPy takes a single English word and returns it's meaning and usage examples.

About

Small tool for searching english words usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published