You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ It was designed to help teams without dedicated data scientists gain insights fr
10
10
-**No Data Science Expertise Required:** LitLytics simplifies the entire analytics process, making it accessible to anyone.
11
11
-**Automatic Pipeline Generation:** Describe your analytics task in plain language, and LitLytics will generate a custom pipeline for you.
12
12
-**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.
14
14
-**Scalable & Flexible:** Works with various data formats including CSV, PDF, and plain text.
15
15
16
16
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
25
25
docker run -d -p 3000:3000 ghcr.io/yamalight/litlytics:latest
26
26
```
27
27
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).
29
29
30
30
## Running locally in development mode
31
31
32
32
Make sure you have [Bun](https://bun.sh/) (>=1.1.0) installed.
0 commit comments