Skip to content

Project Stargate AI is an open source project based on the 1970-90s Stanford Research Institute's research into remote viewing - powered by the multimodal Google Gemini model.

Notifications You must be signed in to change notification settings

kurtismassey/project-stargate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Cloud Deployment

 
 

Note

PROTOTYPE 

Project Stargate AI is an open source project based on the research work by the Stanford Research Institute into Remote Viewing (RV), the practice of seeking impressions about a distant or unseen subject, beginning in the 1970s. 

 

A key problem identified with the evaluation of remote viewing sessions is that the data is returned in the format of sketches and natural language. Proving to be a rather problematic to adequately run automated evaluation on, with early work done into fuzzy matching response data. The advancement of Large language models (LLMs) and more particularly multimodal large language models (MLLMs) (such as Google Gemini) means that we are now in an even better position to extract insight from these particular forms of data. 

Project Stargate AI is a working prototype built takes full advantage of the Google ecosystem having so far been developed entirely within Project IDX supercharged by Gemini. Deployed on Google Cloud Run, utilising Firebase Authentication and Firestore for session storage and as a vectorstore for retrieval augmented generation (RAG) of session helper and training content. A custom initial version of a Firestore Record Manager for use with langchain document indexing has been developed for taking full advantage of Firestore in the RAG process. An integration with Imagen 2 a text-to-image model allows modelling of the viewers target based on data extracted from sketch and text based chats using the multi modal Gemini 1.5 Pro model. 

TO DO:

  • Perform evaluation and robust target feedback to viewer on session complete
    • Flag succesful matches to target and note particular false impressions not present in the target
    • Provide level of accuracy with penalties for false impressions
    • Side by side comparison of modelled target with actual target
  • Align session stages better with RV protocol
  • Automate session routing and termination through AI Monitor barge
  • Integrate Google Maps API (Places API) for Coordinate RV

Getting Started

make start-web-app

Populate your .env with the example.env variables

About

Project Stargate AI is an open source project based on the 1970-90s Stanford Research Institute's research into remote viewing - powered by the multimodal Google Gemini model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published