Arsalan8 commited on
Commit
54d624b
·
verified ·
1 Parent(s): 39a99c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -31,10 +31,12 @@ The News Classifier is a machine learning application designed to classify news
31
  To set up the News Classifier on your system, follow these steps:
32
 
33
  1. Clone the repository:
34
- ```git clone [repository-url]```
35
 
36
  2. Navigate to the cloned directory:
37
- ```pip install -r requirements.txt```
 
 
38
 
39
 
40
  ## Usage
@@ -43,6 +45,7 @@ To use the News Classifier, you can either run it locally following the steps be
43
  - **Local Usage**:
44
  1. Run the application:
45
  ```
 
46
  python app.py
47
  ```
48
  2. Open the provided Gradio interface link in your web browser.
 
31
  To set up the News Classifier on your system, follow these steps:
32
 
33
  1. Clone the repository:
34
+ ```git clone [email protected]:MAA8007/ML_projects.git```
35
 
36
  2. Navigate to the cloned directory:
37
+ ```
38
+ cd news_classifier
39
+ pip install -r requirements.txt```
40
 
41
 
42
  ## Usage
 
45
  - **Local Usage**:
46
  1. Run the application:
47
  ```
48
+ cd news_classifier
49
  python app.py
50
  ```
51
  2. Open the provided Gradio interface link in your web browser.