Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh1507 authored Oct 6, 2024
1 parent 814d45d commit 348fc53
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,14 @@ print("SVM score: ", model.score(x_test, y_test))
### How to Run

1. Clone the repository.
2. Ensure all required libraries are installed:
```bash
git clone https://github.com/vignesh1507/AI-Medical-Chatbot.git
```
3. Ensure all required libraries are installed:
```bash
pip install -r requirements.txt
```
3. Run the `AI Medical Chatbot` script:
4. Run the `AI Medical Chatbot` script:
```bash
python code.py
```
Expand Down

0 comments on commit 348fc53

Please sign in to comment.