GitXplorerGitXplorer
s

CA_2020

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
56380a9ccd79d70c649fff47eaa94556de27f82e

conda installation

sshubhamagarwal92 committed 5 years ago
Unverified
c0811ec01bbc543b810fc02df6dc6eb6751d6541

lab material

sshubhamagarwal92 committed 5 years ago
Unverified
39c71a920965b86a9b5a7e1a9eeb8b19170a18cf

Intro slides

sshubhamagarwal92 committed 5 years ago
Verified
1952ddfd21583de421491d33f5a4acca69006d6f

Initial commit

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