Skip to content

Code examples and other goodies for CS217B (NLP Systems)

Notifications You must be signed in to change notification settings

marcverhagen/cs217b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COSI 217b - NLP Systems

Assignments:

Final project:

Code examples for CS217B.

Requirements if you want to run all code in here:

$ pip install jupyter
$ pip install spacy
$ python -m spacy download en_core_web_sm
$ pip install flask flask-restful flask-sqlalchemy
$ pip install streamlit graphviz
$ pip install mypy

About

Code examples and other goodies for CS217B (NLP Systems)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published