The winning 'hack' entry for Bright Network Technology Academy's 2023 Hack For Change: Harnessing AI for Good competition
AXIS is a solution to make the workplace more accessible to neurodiverse individuals. Focusing on this goal, our hack utilised AI to offer a suite of tools including audio, speech-to-tech and enhanced readability to ensure that every employee has the resources they need to shine - increasing productivity, breading creativity, and driving inclusion within the workplace.
Axis’ primary goal is to increase accessibility by finding innovative solutions that will help employers to support their neurodiversity employees and reduce barriers to work for neurodiverse individuals - as research estimates that approximately 1 in 7 people in the UK are neurodivergent.
It’s not just aimed at neurodiverse candidates either – as Axis aims to redefine productivity by giving every employee AI powered assistance with their reading and writing tasks.
git clone https://github.com/sakusanpuwan/hack-4-change-axis.git
npm install - install node modules
npm install - install node modules | if errors -> try npm install --force
create file named ".env" in HACK-4-CHANGE-AXIS folder
within .env file add:
REACT_APP_KEY = "_api-key_"where api-key can be created from your personal openai account here -> https://platform.openai.com/account/api-keys \REACT_APP_FIREBASE_KEY = "_firebase-key__"where firebase-key_ will be provided
To start up your react app, run this command:
npm start
This will run the app in the development mode.
Open http://localhost:3000 to view it in your browser.
