Skip to content

Commit 06f1520

Browse files
authored
Merge pull request #7 from earthquakesan/main
improve README.md
2 parents a69540f + 3f4183f commit 06f1520

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It was designed to help teams without dedicated data scientists gain insights fr
1010
- **No Data Science Expertise Required:** LitLytics simplifies the entire analytics process, making it accessible to anyone.
1111
- **Automatic Pipeline Generation:** Describe your analytics task in plain language, and LitLytics will generate a custom pipeline for you.
1212
- **Customizable Pipelines:** You can review, update, or modify each step in the analytics pipeline to suit your specific needs.
13-
- **Cost-Efficient:** Leveraging modern LLMs allows LitLytics to keep the cost of processing data incredibly low — typically fractions of a cent per document.z
13+
- **Cost-Efficient:** Leveraging modern LLMs allows LitLytics to keep the cost of processing data incredibly low — typically fractions of a cent per document.
1414
- **Scalable & Flexible:** Works with various data formats including CSV, PDF, and plain text.
1515

1616
Watch [the demo video](https://youtu.be/GHXn0l5qcr0) for more detailed intro.
@@ -25,13 +25,13 @@ Then, start LitLytics from [image](https://github.com/yamalight/litlytics/pkgs/c
2525
docker run -d -p 3000:3000 ghcr.io/yamalight/litlytics:latest
2626
```
2727

28-
This will launch the platform inside the docker container, and you will be able to interact with it on [http://localhost:3000](http://localhost:3000).
28+
This will launch the platform inside a docker container, and you will be able to interact with it in your browser: [http://localhost:3000](http://localhost:3000).
2929

3030
## Running locally in development mode
3131

3232
Make sure you have [Bun](https://bun.sh/) (>=1.1.0) installed.
3333

34-
Then, clone this repository:
34+
Clone this repository:
3535

3636
```bash
3737
git clone https://github.com/yamalight/litlytics.git
@@ -50,7 +50,7 @@ And finally start the LitLytics platform:
5050
bun run dev
5151
```
5252

53-
This will launch the platform, and you will be able to interact with it on [http://localhost:5173](http://localhost:5173).
53+
This will launch the platform, and you will be able to interact with it in your browser: [http://localhost:5173](http://localhost:5173).
5454

5555
## Running pipelines via API
5656

0 commit comments

Comments
 (0)