Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

aegeorge42/TechTogether-InTheKnow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

We are building an app that will help both students and teachers during this unprecedented challenge to traditional education.

team members:

Notable links

Environment Setup

We reccomend downloading Anaconda and creating a virtual environment before running the tool. See Conda Environment Doc

python libraries (backend)

PKE - python keyphrase extraction (Github url: https://github.com/boudinfl/pke)
@InProceedings{boudin:2016:COLINGDEMO,
author = {Boudin, Florian},
title = {pke: an open source python-based keyphrase extraction toolkit},
booktitle = {Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: System Demonstrations},
month = {December},
year = {2016},
address = {Osaka, Japan},
pages = {69--73},
url = {http://aclweb.org/anthology/C16-2015} }

pip install spacy pip install nltk pip install numpy pip install flashtext pip install wordnet pip install pywsd (can be finnicky)

pywsd installation

This is a very old library, so you're going to need to older versions of certain libraries to run this locally. Copy and paste requirements.txt into the directory that you run your python commands.
Run pip install -r requirements.txt

streamlit instructions (frontend)

From here.

Installation

pip install streamlit or conda install -c conda-forge streamlit

You can run some examples using streamlit hello in the command line

And run the app using streamlit run app.py

Running either of the above will automatically start the server in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages