We are an AI B2B SAAS helping small and medium sized-businesses to reduce HR interviewing and new recruit onboarding costs, by using a combination of LLM and CV in analyzing users' speeches.
- AI-powered backend using Google GenAI, OpenAI
- Modern, responsive frontend with React and Tailwind CSS
- Modular code structure for easy development
Backend:
- Python
- FastAPI
- google-genai
- OpenAI
- Google Gemini
Frontend:
- React
- Tailwind CSS
- TensorFlow.js
- Navigate to the backend directory:
cd backend - (Recommended) Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate - Install dependencies:
pip install -r requirements.txt pip install -q -U google-genai
- Run the backend server:
python main.py
- Navigate to the frontend directory:
cd frontend - Install dependencies:
npm install
- Start the development server:
npm run start
Refer to our LICENSE file