Machine Learning and AI Apps | Tools

1 readers
1 users here now

ChatGPT and other front end AI apps and tools discussion, share your find your "15 apps that will improve your flow" and ask questions about how to use AI apps.

We follow Lemmy’s code of conduct.

Communities

Useful links

founded 1 year ago
MODERATORS
26
27
28
29
 
 
30
1
Magic ToDo - GoblinTools (lemmy.intai.tech)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
31
32
33
34
35
36
 
 

ChatDocs was created to chat with documents offline using LLMs:

It is based on PrivateGPT but has more features:

--Supports GGML models via C Transformers (another library made by me)

--Supports Transformers models

--Supports GPTQ models

--Web UI

--GPU support

--Highly configurable via chatdocs.yml

It is easy to install and use:

--pip install chatdocs # Install

--chatdocs download # Download models

--chatdocs add /path/to/documents # Add your documents

--chatdocs ui # Start the web UI to chat with your documents

All the configuration options can be changed using a chatdocs.yml config file.

37
38
39
40
41
42
43
44
45
46
47
48
49
50
view more: ‹ prev next ›