JacobHenry commited on
Commit
9067962
1 Parent(s): 0c2c4f5

Update README.md

Browse files

Dear Hugging Face Community,
Jan Bausback and me are currently studying Leadership in Digital Innovation at the University of Arts in Berlin.
In our recent course on AI and Creativity we coded a little sth in VS Code using the Open AI API via Langchain to extract information from work calendars by exporting them to csv files and prompting GPT to recommend conversation starters based on possible matching between several calendars.
This could be used in the often awkward start of virtual meetings, in order to avoid silence and kickstart the meeting in an inspiring and employee-connecting way.
Feedback and improvements are welcome!

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -4,7 +4,9 @@ language:
4
  - en
5
  pipeline_tag: document-question-answering
6
  tags:
 
 
7
  - code
8
  - csv
9
- - conversation
10
  ---
 
4
  - en
5
  pipeline_tag: document-question-answering
6
  tags:
7
+ - Langchain
8
+ - OpenAI API
9
  - code
10
  - csv
11
+ - conversation starter
12
  ---