Skip to content

Course Project for DD2424 - Deep Learning in Data Science at KTH

Notifications You must be signed in to change notification settings

worldyn/dd2424-text-summarization-1

 
 

Repository files navigation

Text Summarization

Course Project for DD2424 Deep Learning in Data Science at KTH

Contributors:

  • Adam Jacob
  • Cuong Dao
  • Donggyun Park
  • Fynn van Westen

Setup

  • This repo uses poetry for Python environment management, so you're advised to have poetry setup properly. You can create the env and install all required packages using
poetry install
  • If you don't want to use poetry, you can simply install the dependencies on your computer from the requirements.txt file

Guild Setup

Install inside virtual environment:

pip install guildai
guild check
guild completion --install

Check available operations:

guild operations

See docs for rest of usage: https://my.guild.ai/t/get-started-with-guild-ai/35

About

Course Project for DD2424 - Deep Learning in Data Science at KTH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 52.1%
  • Python 47.9%