0.1. Environment Setup
Setup a Python programming environment with GitHub and PyCharm.
Lower versions of Python may not be compatible with this course.
Login to (create an account if you do not have one).
Create a new repository called conversational-ai and make it private.
Install on your local machine:
The following instructions assume that you have "PyCharm 2022.3.x Professional Edition".
You can get the professional version by applying for an .
Configure your GitHub account:
Go to [Preferences] - [Version Control] - [GitHub].
Press [+], select Log in via GitHub, and follow the procedure.
Create a new project:
Press the [Get from VCS] button on the Welcome prompt.
Choose [GitHub] on the left menu, select the conversational-ai repository, and press [Clone] (make sure the directory name is conversational-ai).
Setup an interpreter:
Go to [Preferences] - [Project: conversational-ai] - [Project Interpreter].
Click Add Interpreter and select Add Local Interpreter.
Install packages:
Open a terminal by clicking [Terminal] at the bottom (or go to [View] - [Terminal]).
Upgrade (if necessary) by entering the following command into the terminal: