Skip to content

GUI for my QMIND AI research teams project. This utilizes an efficient semantic vector search to find an optimal hint for codenames, as well as cosine similarity to create an agent that drastically outperforms humans.

Notifications You must be signed in to change notification settings

aclarke500/qmind-codenames-front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front End for QMIND's Bias Modelling Project featuring codenames

You will need vue and flask installed, which you can install by running:
Vue:

npm install -g @vue/cli

Flask:

pip3 install Flask
pip3 install flask-cors

Then you can run the backend of the app by running

flask run

and the front end by navigating to the qmind-codenames directory and running

npm run serve

About

GUI for my QMIND AI research teams project. This utilizes an efficient semantic vector search to find an optimal hint for codenames, as well as cosine similarity to create an agent that drastically outperforms humans.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published