Skip to content

dannycrief/zum-nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f916b3 · May 12, 2023

History

5 Commits
May 3, 2023
May 3, 2023
May 3, 2023
May 12, 2023
May 3, 2023
May 3, 2023

Repository files navigation

ZUM NLP Project

Preinstall steps

  • Create virtual environment
python3 -m venv venv
  • Install requirements
source venv/bin/activate && pip install -r requirements.txt
  • Add your credentials to .env file
cat > .env << EOF
CLIENT_ID=<client-id>
CLIENT_SECRET=<client-secret>
USER_AGENT=python:nlp_zum:v1.0 (by /u/dancrief)
EOF

Etap 1

To run first etap you should run main.py file

Etap 2

Etap 2 located at sentiment_analysis/etap2_sentiment_analysis_classic_ml.py

Etap 3

Etap 3 located at sentiment_analysis/etap3_sentiment_analysis_lstm_model.py

Etap 4

Etap 4 located at sentiment_analysis/etap4.py

Authors:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages