From 060e5d6a5671f70accbfeff09fb4e80ed21fb20a Mon Sep 17 00:00:00 2001 From: Karan Kumar Bhagat <92136711+karandomguy@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:48:55 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 6e8247e..3a389f3 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,6 @@ PoluLLM is a air quality forecasting project that utilizes Long Short-Term Memor pip install -r requirements.txt ``` -4. If using Colab, ensure you have the necessary extensions installed for interactive sessions: - - ``` - !pip install colab-xterm - %load_ext colabxterm - ``` - ## Data Preprocessing 1. The dataset, `delhi_aqi.csv`, contains hourly air quality measurements.