Skip to content

luciangreen/mindreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice

Mindreader produces vague mind reading results, that remind you of your thoughts but are not actually your thoughts.

Mindreader

Getting Started

Please read the following instructions on how to install the project on your computer for mind reading.

Prerequisites

  • Use a search engine to find the Homebrew (or other) Terminal install command for your platform and install it, and search for the Terminal command to install swipl using Homebrew and install it or download and install SWI-Prolog for your machine at SWI-Prolog.

Mac, Linux and Windows (with Linux commands installed): Prepare to run swipl

  • In Terminal settings (Mac), make Bash the default shell:
/bin/bash
  • In Terminal, edit the text file ~/.bashrc using the text editor Nano:
nano ~/.bashrc
  • Add the following to the file ~/.bashrc:
export PATH="$PATH:/opt/homebrew/bin/"
  • Link to swipl in Terminal:
sudo ln -s /opt/homebrew/bin/swipl /usr/local/bin/swipl

1. Install manually

Download this repository, the List Prolog Interpreter repository and the Text to Breasonings Repository.

2. Or Install from List Prolog Package Manager (LPPM)

mkdir GitHub
cd GitHub/
git clone https://github.com/luciangreen/List-Prolog-Package-Manager.git
cd List-Prolog-Package-Manager
swipl
['lppm'].
lppm_install("luciangreen","mindreader").
../
halt.

Caution

Please follow instructions in init.txt to initialise any new mind-reading algorithms.

Running Mind Reader from Decision Tree

cd mindreader

swipl
['mind_read.pl'].
mind_read(A,[option1,option2]).

Also to run

Additional instructions for preparing to run screen projector: Breason out songs used to help project pixels. In Shell: cd mindreader

In swipl:

['../Text-to-Breasonings/text_to_breasonings.pl'].
texttobr2(u,"file-songs.txt",u,u,false,false,false,false,false,false).
texttobr(u,"file-songs.txt",u,u).

In Shell: cd ../mindreader In swipl:

['postsong'].
postsong(10).  %% For ten songs

Write a spiritual letter to your federal government (with a done up A per sentence) to activate the technology. In Shell: cd mindreader In swipl:

['../Text-to-Breasonings/text_to_breasonings.pl'].
texttobr2(u,"letter.txt",u,u,false,false,false,false,false,false).
texttobr2(u,"file-letter.txt",u,u,false,false,false,false,false,false).

In the following, 1 is the number of times the person has a creation A, 80 is the number of years the person has daily connections for mind reading. If the person is a bot you can't see, it will work.

N is 1*16+80*365*16,texttobr2(N).

Display a spiritual screen with 'A' above the screen.

['screen.pl'].
sectest0.

Running Recognise you thinking of objects In Shell: cd ../mindreader In swipl:

['mindreadtestobj-12scrn-2'].
sectest(1).

Replace 1 with the number of times to repeat algorithm.

Recognise you thinking of more objects

['mindreadtestobj-12scrn-2medit'].
sectest(1).

Replace 1 with the number of times to repeat algorithm.

Recognise you thinking of characters

['mindreadtestobj-12scrn-2chars'].
sectest(1).

Replace 1 with the number of times to repeat algorithm.

  • If necessary, repeat the "arem" mantra all the time while the mind reading computation is running to ensure the best results.

Versioning

We will use SemVer for versioning.

Authors

Lucian Green - Initial programmer - Lucian Academy

License

I licensed this project under the BSD3 License - see the LICENSE.md file for details

About

Contains Prolog programs that can be used by an individual to read their mind using meditation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages