Skip to content

Commit a9e3026

Browse files
2 parents f4545e2 + 055f741 commit a9e3026

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
11
# NLP-Disaster-Tweets
2-
NLP-Disaster-Tweets
2+
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+
```bash
27+
cd my-project
28+
```
29+
30+
Install dependencies
31+
32+
```bash
33+
npm install
34+
```
35+
36+
Start the server
37+
38+
```bash
39+
npm run start
40+
```
41+

0 commit comments

Comments
 (0)