/MA-540-TEAM3

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

MA-540 TEAM3

Machine and Deep Learning Algorithms for Binary Text Classification

Get started:

  • Open a terminal and clone the repository by executing git clone https://github.com/ozzgural/MA-540-TEAM3.git
  • Move into your directory by executing cd MA-540-TEAM3
  • Create a virutal enviroment by executing python3 -m venv venv
  • Activate the virtual environment by executing source venv/bin/activate
  • Install all requirements from the requirements.txt file by executing pip3 install -r requirements.txt
  • Chose the venv as your kernel (this step depends on your IDE)

You should be able to run the code now.

The final code was tested with Python 3.8.10 on Ubuntu 20.04