synctext commited on
Commit
43266cb
1 Parent(s): 1a8c772

Added Tribler section to readme

Browse files
Files changed (1) hide show
  1. app.py +17 -5
app.py CHANGED
@@ -48,12 +48,7 @@ Those identifiers are each annotated with a title and represent links to movie t
48
  Hereby, we present a proof of concept for the DSI's capability of retrieving arbitrary identifiers (URLs/hashes) in response to natural user queries.
49
  The model is available under a permissive license and can be accessed [here](https://huggingface.co/tribler/dsi-search-on-toy-dataset).
50
 
51
- ### Please Note
52
 
53
- Disclaimer. This project represents both a groundbreaking advance and a preliminary exploration into decentralised systems.
54
- Fuzzy search or trivial lookup does not need the super-heavy LLM approach. We are deeply aware of that. Support for non-trivial queries is still simply lacking.
55
- As a preliminary model, the project showcases a toy example rather than the full potential of its ultimate capabilities.
56
- It serves as a proof of concept that invites further development and imagination.
57
 
58
  ### Decentralisation background
59
 
@@ -64,6 +59,23 @@ Our Tribler lab is focussed on advancing these topics and ensure they benefit or
64
  Our [entire research portfolio](https://scholar.google.com/citations?hl=en&user=pprQKjUAAAAJ&view_op=list_works&sortby=pubdate) is driven by idealism. We aim to remove power from companies, governments, and AI in order to shift all this power to self-sovereign citizens.
65
  For instance, our "[unstoppable DAO](https://dl.acm.org/doi/pdf/10.1145/3565383.3566112)" technology creates a limited form of collective money with democratic control. We pioneered [decentralised trust](https://arxiv.org/pdf/2207.09950) with [deployment](https://research.tudelft.nl/files/89353583/1_s2.0_S1389128621001705_main.pdf). Our educational master program teaches student to engineer [collective decision](https://github.com/Tribler/tribler/issues/7691) mechanisms. The [goal of the Tribler lab](https://github.com/Tribler/tribler/issues/7064) is to prototype the first global brain by 2040.
66
  Before 2000 we worked with [visionary collaborators](http://web.archive.org/web/20020618081554/http://www.freeamp.org/pipermail/mm/2000-December/000003.html) on our first [deployments](http://www.usenix.org/publications/library/proceedings/usenix2000/freenix/full_papers/pouwelse/pouwelse.pdf) and communities with democratic control of information (pre-wikipedia era).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  """,
68
  examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]],
69
  concurrency_limit=50)
 
48
  Hereby, we present a proof of concept for the DSI's capability of retrieving arbitrary identifiers (URLs/hashes) in response to natural user queries.
49
  The model is available under a permissive license and can be accessed [here](https://huggingface.co/tribler/dsi-search-on-toy-dataset).
50
 
 
51
 
 
 
 
 
52
 
53
  ### Decentralisation background
54
 
 
59
  Our [entire research portfolio](https://scholar.google.com/citations?hl=en&user=pprQKjUAAAAJ&view_op=list_works&sortby=pubdate) is driven by idealism. We aim to remove power from companies, governments, and AI in order to shift all this power to self-sovereign citizens.
60
  For instance, our "[unstoppable DAO](https://dl.acm.org/doi/pdf/10.1145/3565383.3566112)" technology creates a limited form of collective money with democratic control. We pioneered [decentralised trust](https://arxiv.org/pdf/2207.09950) with [deployment](https://research.tudelft.nl/files/89353583/1_s2.0_S1389128621001705_main.pdf). Our educational master program teaches student to engineer [collective decision](https://github.com/Tribler/tribler/issues/7691) mechanisms. The [goal of the Tribler lab](https://github.com/Tribler/tribler/issues/7064) is to prototype the first global brain by 2040.
61
  Before 2000 we worked with [visionary collaborators](http://web.archive.org/web/20020618081554/http://www.freeamp.org/pipermail/mm/2000-December/000003.html) on our first [deployments](http://www.usenix.org/publications/library/proceedings/usenix2000/freenix/full_papers/pouwelse/pouwelse.pdf) and communities with democratic control of information (pre-wikipedia era).
62
+
63
+ ### Tribler
64
+
65
+ ![image/svg](https://img.shields.io/github/issues-closed/tribler/tribler.svg?style=flat)
66
+
67
+ Tribler is the name of our Peer-to-Peer Bittorrent search engine and download client. The "Tribler Lab" is the research team at Delft University of Technology developing this open source client since April 2005.
68
+ Across the years we received 2.3 million unique downloads of Tribler. Over 100+ master students and [267 software](https://github.com/orgs/Tribler/people) developers have contributed code to Tribler.
69
+ We also started supporting mobile-to-mobile networking on Android and real-time machine learning using K-means:
70
+ ![image/gif](https://huggingface.co/spaces/tribler/de-dsi/resolve/1a8c77245f4905b7594cd6bddbf2e06bd77902f8/Decentralised_AI__superapp_Youtube_search.gif)
71
+ The [demo APK](https://github.com/Tribler/tribler/issues/7254#issuecomment-2074490469) is available and can play Youtube videos.
72
+
73
+ ### Disclamer: demo of work-in-progress
74
+
75
+ Disclaimer. This project represents both a groundbreaking advance and a preliminary exploration into decentralised systems.
76
+ Fuzzy search or trivial lookup does not need the super-heavy LLM approach. We are painfully aware of that. Support for non-trivial queries is still simply lacking.
77
+ As a preliminary model, the project showcases a toy example rather than the full potential of its ultimate capabilities.
78
+ It serves as a proof of concept that invites further development and imagination. AI can be as decentral as Bitcoin and Bittorrent, that's all.
79
  """,
80
  examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]],
81
  concurrency_limit=50)