Skip to content

Exploratory research on discourses around ChatGPT and AI.

License

Notifications You must be signed in to change notification settings

medialab/chatgpt-study

Repository files navigation

ChatGPT Study

Description

This repository contains some tools to annotate and query data collected for a study on discourses around ChatGPT and AI.

Database

Go to the project's database directory.

cd nlp-db/

Activate a virtual Python environment and install dependencies.

pyenv virtualenv 3.11.* chatgpt-db
pyenv activate chatgpt-db
pip install -r requirements.txt

How to test database connection

python test.py

How to annotate Tweets

python main.py --index-name tweet-english-original annotate --datafile /PATH/TO/ENGLISH/TWEETS --lang en

About

Exploratory research on discourses around ChatGPT and AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published