From 36295f655456065152e58cdd45fdb842ea3dea29 Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Tue, 2 Dec 2025 19:17:20 +0530 Subject: [PATCH] Add ChatGPT clone tutorial under Python neural network resources --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ab8ebd9..6062e6e 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,11 @@ It's a great way to learn. * [**Python**: _Generate Music using LSTM Neural Network in Keras_](https://towardsdatascience.com/how-to-generate-music-using-a-lstm-neural-network-in-keras-68786834d4c5) * [**Python**: _An Introduction to Convolutional Neural Networks_](https://victorzhou.com/blog/intro-to-cnns-part-1/) * [**Python**: _Neural Networks: Zero to Hero_](https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ) +* [**Python**] Build your own ChatGPT with Python — freeCodeCamp (https://www.freecodecamp.org/news/build-a-chatgpt-clone-with-python/) + + + + #### Build your own `Operating System`