Skip to content

yeshavyas27/ai_driven_recruitment

Repository files navigation

Backend of AI based recruitment management system.

Project Setup Guide

Prerequisites

Ensure you have Python installed on your system. You can download it from python.org.

Setup Instructions

1. Create and Activate a Virtual Environment

python -m venv venv

Windows (PowerShell)

venv\Scripts\Activate.ps1

macOS/Linux

source venv/bin/activate

2. Install Dependencies

pip install -r requirements.txt

3. Install Browsers for Playwright

playwright install

4. Configure Environment Variables

Copy the contents of .env.example and create a .env file. Add all necessary environment variable values in .env.

5. Run the FastAPI Application

fastapi dev app.py

6. Access API Documentation

Once the server is running, open your browser and go to: http://127.0.0.1:8000/docs

About

Backend of AI powered recruitment management system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published