Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomycabre committed Oct 8, 2024
1 parent a2ba79d commit 3e34eff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# AI Web Scrapper

# AI-Based Real Estate Web Scraper

Welcome to our AI-based web scraper project, designed to efficiently extract data from real estate websites.
Expand Down Expand Up @@ -67,7 +65,7 @@ streamlit run main.py
#### Windows

1. Download Chromedriver from [here](https://googlechromelabs.github.io/chrome-for-testing/#stable).
2. Select "Stable" and download the "win64" zip file.
2. Select "Stable" and download the (`win64` or `win32`) zip file.
3. Extract the zip file and copy `chromedriver.exe` to your AI-WEB-SCRAPPER folder.

#### MacOS
Expand All @@ -81,22 +79,26 @@ streamlit run main.py

1. Download Ollama from [here](https://ollama.com/download).
2. Select your platform (MacOS, Linux, Windows) and complete the installation.

3. Open CMD and type:
```bash
ollama
```
4. Download your desired Ollama version (e.g., llama3):

```bash
ollama run llama3
```

5. Update the model version in `parse.py` (line 17):

```python
model = OllamaLLM(model="your model version here")
```

### Setup Complete

Congratulations! You have successfully set up the AI-WEB-SCRAPPER.
Congratulations! You have successfully set up the AI-Based Real Estate Web Scraper.

## Usage

Expand Down

0 comments on commit 3e34eff

Please sign in to comment.