Skip to content

manyalawy/nlp-vad-vectorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Open in Visual Studio Code

NLP Project Template

Template for the jupyter notebook to use in order to submit NLP Project

Folder Structure

Project.ipynb ── This is the only file that you need to work on and submit

Prerequisites

This repository requires that you have:-

Installation of Prerequisites

Easy way (More HD space, less hassle)

Install Anaconda then just run Jupyter.

Hard way (Less HD space, more hassle)

Install Python3+

Make sure Python and pip are added to environment variables Python

From your Linux, Mac, or Windows terminal, verify that both are installed correctly.

$ python --version
$ pip --version

Using the same terminal install numpy, matplotlib, pillow and notebook

$ pip install numpy matplotlib pillow notebook

Alternative way (Cloud but you have to upload the data)

Create a New Notebook from here Google Colab

Upload the Data.zip folder

from google.colab import files
uploaded = files.upload()

Extract the zipped folder into the cloud

!unzip [foldername].zip

How To Run

From your terminal, run this command then navigate to the Assignment.ipynb file

jupyter notebook

License

BSD 3-Clause "New" or "Revised" License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published