ozgurural / MA-540-TEAM3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%