We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4545e2 + 055f741 commit a9e3026Copy full SHA for a9e3026
README.md
@@ -1,2 +1,41 @@
1
# NLP-Disaster-Tweets
2
-NLP-Disaster-Tweets
+
3
+Predict which Tweets are about real disasters and which ones are not
4
5
6
+## License
7
8
+[MIT](https://choosealicense.com/licenses/mit/)
9
10
11
+## Documentation
12
13
+[Documentation]([https://linktodocumentation](https://www.kaggle.com/competitions/nlp-getting-started/data?select=train.csv))
14
15
16
+## Run Locally
17
18
+Clone the project
19
20
+```bash
21
+ git clone https://link-to-project
22
+```
23
24
+Go to the project directory
25
26
27
+ cd my-project
28
29
30
+Install dependencies
31
32
33
+ npm install
34
35
36
+Start the server
37
38
39
+ npm run start
40
41
0 commit comments