Skip to content

Commit

Permalink
Readme File Updated.✌😊😊
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Princexz authored Sep 23, 2024
1 parent 3c83261 commit b77174f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>


# CGPA APPLICATION SOFTWARE.
# CGPA APPLICATION.

In this tutorial we deploy the chatbot I created in [this](https://github.com/python-engineer/pytorch-chatbot) tutorial with Flask and JavaScript.

Expand All @@ -31,7 +31,7 @@ Clone repo and create a virtual environment
```
$ git clone https://github.com/princexz/CGP-Calculator.git
$ cd CGP-Calculator-deployment
$ python3 -m venv venv
$ -m venv venv
$ . venv/bin/activate
```
Install dependencies
Expand All @@ -40,7 +40,7 @@ $ (venv) pip install Flask torch torchvision nltk
```
Install nltk package
```
$ (venv) python
$ (venv) IDE VS Code
>>> import nltk
>>> nltk.download('punkt')
```
Expand Down

0 comments on commit b77174f

Please sign in to comment.