Mobile AI Interview App & CV Analysis developed by team SolaGratia for Microsoft Imagine Cup 2024.
Meet Preform, the innovative AI-driven mobile app that's set to guarantee your performance, by transforming your job-seeking and interview preparation.
- Personalized AI Interview.
- Resume & CV Analysis using AI.
- Receive feedback after the Interview session.
Go to your terminal / command prompt, and insert :
git clone https://github.com/gnlehc/Preform.git
git checkout main
git checkout -b new-feature
Create a new file named ".env" in your project root folder, then, fill your .env file with the code down below :
OPENAI_API_KEY = "Your_Own_API_Key"
Note : to get your own OpenAI API Key, you can go to https://platform.openai.com/api-keys
There are two ways you can run this application :
Make sure you have your Android Emulator installed (in Android Studio / VsCode), then run the app.
Open Android Studio, connect your Android phone to your PC/Laptop via your changer cable, Enable USB Debugging, and click "Run" in Android Studio.
- In the near future, we will deploy Preform on Azure.
- We will apply avatar for the AI Interviewer in the Interview feature using Azure Viseme (text-to-speech animation from Azure Cognitive Services).
- Publish to Play Store and App Store.