GitXplorerGitXplorer
s

CA_2020

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
eeb93557414135a851595555b165319f1aa4d2eb

Update README.md

sshubhamagarwal92 committed 5 years ago
Verified
cd6bea5ee482d9003608e82bc6c2f1374e4d299a

Update README.md

sshubhamagarwal92 committed 5 years ago
Verified
48f8f4d246190487ad8033772a972e524b92af7d

Update README.md

sshubhamagarwal92 committed 5 years ago
Verified
b79561c1fc981ae60a4ae4e7fc7543df5f41adf6

Update install_conda.sh

sshubhamagarwal92 committed 5 years ago
Unverified
e8f322fb15c4ca59d1453d5553555e3918d5cf85

Created using Colaboratory

sshubhamagarwal92 committed 5 years ago
Verified
cb90eba1ddf546da6b8d0e1048b1a70b67d8ecd9

Update README.md

sshubhamagarwal92 committed 5 years ago

README

The README file for this repository.

CA_2020

Material for the Conversational Agents Course.

Slides for the English Teacher project are in project_material folder.

Preparation:

  • Git - Check this gist if you dont have git installed already.
  • I highly recommend installing PyCharm as Python IDE (especially if you are on Windows). Go on the website and download the Community version which is open-sourced and free.
  • I highly recommend installing Anaconda for Python3. Follow the instructions mentioned here for your platform.

Anaconda installation

If you are not able to install following the instructions mentioned on the Anaconda website, I have created this simple install_conda.sh bash script. (Tested for Ubuntu and Mac). Download and run the bash script as:

bash install_conda.sh
source ~/.bashrc

Mac users can run source ~/.bash_profile instead of source ~/.bashrc

Check you have conda installed by listing the current environments:

conda env list

Now you can create an environment as:

conda create --name test_env python=3.6 -y

Lab exercise for 9/3/2020

Coming soon! UPDATE: please check the lab_material directory.

Clone the repo for the lab exercise: git clone https://github.com/shubhamagarwal92/CA_2020.git