Wanderer is an AI-powered technical mock interview platform. Check out the demo below👇:
y2mate.com.-.Wanderer.Demo_1080p.mp4
Clone the repo
git clone https://github.com/Ashesi-Org/wanderer
Change directory and install all packages
cd wanderer
npm install
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can find the server code and ML models on Simon's Github
Replace the env values with the correct credentials. You will need this to successfully run the project
REACT_APP_RAPID_API_HOST=xxxxxxxxxxx
REACT_APP_RAPID_API_KEY=xxxxxxxxxxx
NEXT_PUBLIC_DEV_API_URL=xxxxxxxxxxx
NODE_ENV=development
NEXT_PUBLIC_DEV_API_URL=xxxxxxxxxxx
NEXT_PUBLIC_DEV_API_URL=xxxxxxxxxxx
NEXT_PUBLIC_PROD_API_URL=xxxxxxxxxxx
GROQ_API_KEY=xxxxxxxxxxx
DEEPGRAM_API_KEY=xxxxxxxxxxx
DEEPGRAM_STT_DOMAIN=https://api.deepgram.com
DEEPGRAM_ENV=development