Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 785 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 785 Bytes

POS Tagging - Viterbi Decoding

This is a web application made using Python/Flask for Assignment 4 as part of our Introduction to Software Systems course.

Getting Started

Run the run.py file using the command python3 run.py on your local machine and follow the instructions to proceed further.

Prerequisites

This app requires Flask, python3 and SQLAlchemy to be installed
Use the following commands to install them :
pip3 install flask
pip3 install flask_sqlalchemy
sudo apt install python3
Alternatively, you can run the shell script file setup.sh for this purpose.

Built With

Jquery and Bootstrap - For Javascript framework

Authors

  • Anirudh Palutla
  • Mustafa Siddiqui
  • Vinay Kumar Tadepalli