GitXplorerGitXplorer
s

CA_2020

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
1f5e2b6632840643992e04dee63bb6a821a301b4

Merge pull request #2 from shubhamagarwal92/shm/dev

sshubhamagarwal92 committed 5 years ago
Unverified
73fe38ff03005a755eb611a6fec30260c7a16c97

SA: Colab notebook

sshubhamagarwal92 committed 5 years ago
Verified
f8e065758e1aae3f82190e8e256931147e728d99

Update README.md

sshubhamagarwal92 committed 5 years ago
Verified
ec5755d103646f7851dd03838de6fdfc0b9f85ab

Merge pull request #1 from shubhamagarwal92/shm/dev

sshubhamagarwal92 committed 5 years ago
Unverified
31256989e6a8297ec1a98b396899c4c857a6f918

conda installation readme

sshubhamagarwal92 committed 5 years ago
Unverified
b599fb4ab88490734caf7b2cff904d34fd306132

updating url and installation dependencies

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