Skip to content

Using Flask to improve the design of Virtual Labs Computational Linguistics webpage and adding new features.

Notifications You must be signed in to change notification settings

Vikr-182/Computational-Linguistics-VLabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Labs Initiative

Improving the Computational Linguistics Page at Virtual Labs by remodelling into web application into a Flask framework.

Installation

Please install flask -

$: pip3 install --user flask

Please install mySQL as a database for holding the quiz answers. It would also require SQLAlchemy to communicate with mySQL.

Usage

Please run

$: cd src
$: python3 app.py

Navigate to localhost:8080/ and browse the web app.

About

Using Flask to improve the design of Virtual Labs Computational Linguistics webpage and adding new features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published