This repository is intented for use during the meetings of PLN+AI study group conducted by professors Erick Galani Maziero and Paula Christina Cardoso, at Department of Applied Computing of Federal University of Lavras (DAC/UFLA).
- Python (>= 3.*)
- virtualenv
- virtualenvwrapper
- pip
After cloning this repository:
git clone https://github.com/egmaziero/PLN-IA.git
You may create a virtual environment:
mkvirtualenv -p python3 PLN-IA_env
Go into the directory of the repository:
cd PLN-IA && setvirtualenvproject
And install Python requeriments:
pip3 install -r requirements.txt
Start the notebooks server:
jupyter lab