Skip to content

ChugxScript/SummPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SummPy

Thesis 5-pager Summarizer

USAGE

  • Clone repository
  git clone https://github.com/ChugxScript/SummPy.git
  • open IDE terminal and create virtual environment
  python -m venv venv
  • Activate virtual environment
  .\venv\Scripts\activate

image

  • Select interpreter

    • open view > Command Pallete

      image

    • Select interpreter

      image

    • Enter interpreter path > Browse your file system

      image image

    • Locate python interpreter. venv > Scripts > python.exe

      image

  • Upgrade pip

  python -m pip install --upgrade pip
  • Install flask
  python -m pip install flask
  • Run app.py

  • Click the local server link

    image