diff --git a/README.md b/README.md
new file mode 100644
index 0000000..595a12d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# Location Chatbot
+A simple Python chatbot created for the course CT60A4800 Fundamentals of Smart Systems of LUT University, Finland.
+This chatbot uses conditional statements to recognize and answer questions about the current location of the user, such as the country, the city, or the IP address.
+The current IP address is obtained from https://api.ipify.org.
+The information of the current location is obtained from https://ipapi.co.
+## Demonstration
+[Recording_1669635474235.webm](https://user-images.githubusercontent.com/68151686/204271156-0ddb40f6-7be6-4480-83cc-07784ff18497.webm)