Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 422 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 422 Bytes

WoWord

Software engineering's project. A tool to learn the most common words about an specific topic in a foreign language.

Members

  • Maciek Henrykowski
  • Marcel Sajak
  • Allison Castellanos Hernandez

Libraries

  • PRAW
  • Pandas
  • Sci-kit learn
  • Tkinter
  • youtube-transcript-api
  • wikipediaapi

Important

# Code to create for the first time database    
with app.app_context():
    db.create_all()