https://github.com/ittia-research/conscious
Explore interfaces between AI and human
https://github.com/ittia-research/conscious
consciousness database embeddings flashcard full-stack grpc knowledge-graph llm memory reading
Last synced: 6 months ago
JSON representation
Explore interfaces between AI and human
- Host: GitHub
- URL: https://github.com/ittia-research/conscious
- Owner: ittia-research
- License: mit
- Created: 2025-03-30T14:20:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T00:22:49.000Z (6 months ago)
- Last Synced: 2025-04-14T20:19:19.499Z (6 months ago)
- Topics: consciousness, database, embeddings, flashcard, full-stack, grpc, knowledge-graph, llm, memory, reading
- Language: TypeScript
- Homepage: https://conscious.ittia.net
- Size: 397 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
Next step to be super human.
Explore interfaces between AI and human.
## Latest Status
This project is experimental/research only at this moment.Main features::
- Find thoughts from text via basic LLM inference.
- Store different type of data in one PostgreSQL database: table, vector, graph, timeseries.
- Flashcard web portal to interact with stored thoughts:
- Multi-speaker audio play via the the [Speak](https://github.com/ittia-research/speak) TTS server.## Get Started
[Online demo](https://conscious.ittia.net)[Full user manual](./docs/manual.md)
Local deploy:
```bash
git clone https://github.com/ittia-research/conscious
cd conscious# Below are for production, switch `prod` and `dev` if want to start services for development
docker compose --profile utils up -d # Start utility services
docker compose --profile dev down # Optional: prod and dev share some ports and can't start at the same time
docker compose --profile prod up -d # Start in background
docker compose --profile prod logs -f # Follow services logs
```## Goals
- Find thoughts (knowledge, ideas) that are not within memory.
- Store new thoughts into AI memory.
- Sync between AI and human memory.
- Memory could belong to a individual, a group, or a organization.
- Memory could be linked together (federation).
- Integrate with existing knowledge bases. For example, Obsidian.And in doing so, hopefully unlock some secrets about conscious.
## Theory
- Reading in a lot of times are to find some missing puzzles.
- People might learn better with the Zone of Proximal Development.## Guidelines
- No word salad.## Links
[Structure](./docs/structure.md)[Roadmap](./docs/roadmap.md)
[Research](./docs/research.md)
## Acknowledgements
- TPU Research Cloud team at Google
- Google (Gemini, Search)