Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README Updated #43

Merged
merged 2 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,17 @@ Make sure you have the following dependencies installed:

**Installation**

1. **1Fork the `Semi-supervised-sequence-learning-Project/` repository**
1. **Fork the `Semi-supervised-sequence-learning-Project/` repository**
Link to [`Semi-supervised-sequence-learning-Project'](https://github.com/sanjay-kv/Semi-supervised-sequence-learning-Project)
Follow these instructions on [how to fork a repository](https://help.github.com/en/articles/fork-a-repo)

2. Clone the repository to your local machine.
```
git clone [email protected]:your-username/sanjay-kv/Semi-supervised-sequence-learning-Project.git
git clone [email protected]:your-username/Semi-supervised-sequence-learning-Project.git
```
3. Clone the repository to your local machine.(from HTTPS)
```
https://github.com/your-username/Semi-supervised-sequence-learning-Project.git
```

## Usage
Expand Down
3 changes: 2 additions & 1 deletion amazon_scrapping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
## Installation

**1️⃣ Fork the `Semi-supervised-sequence-learning-Project/` repository**
Link to [`Semi-supervised-sequence-learning-Project'](https://github.com/sanjay-kv/Semi-supervised-sequence-learning-Project)
Follow these instructions on [how to fork a repository](https://help.github.com/en/articles/fork-a-repo)

**2️⃣ Cloning the repository**
Expand All @@ -48,7 +49,7 @@ Once you have set up your fork of the `/Semi-supervised-sequence-learning-Projec
Navigate to the location on your computer where you want to host your code. Once in the appropriate folder, run the following command to clone the repository to your local machine.

```bash
git clone https://github.com/sanjay-kv/Semi-supervised-sequence-learning-Project.git
git clone https://github.com/your-username/Semi-supervised-sequence-learning-Project.git
```

## Final Dataset
Expand Down