
In your pycharm project, do the following:
# hw: # deploy the streamlit application
For the above, use this code: link
Set up a github account.
git init git add . git commit -m "Initial Commit" git remote add origin https://github.com/<your username>/AYCLOGIC_WED7PM_AI_ML.git git branch -M main git push -u origin main ####################################################### Note that for the above, you plug in the github username you created before. Upon executing the commands, you will be asked to login: 1. For username, you can type in your github username 2. For password, copy and paste in your personal access token. Note: When typing in the username and password, you won't see any characters typed out which is actually a security feature, but it is there Extra note: If you get an error saying git is unavailable, you will need to install it. Email me if this is the case
You can reach me at ddjapri@ayclogic.com.
All class notes can be found here.