File size: 1,261 Bytes
4cf2998
 
 
 
 
 
 
 
 
 
 
 
 
125db12
a4eaa45
a38e7ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: Interview Assistant
emoji: 🐢
colorFrom: indigo
colorTo: yellow
sdk: streamlit
sdk_version: 1.35.0
app_file: app.py
pinned: false
license: apache-2.0
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

# genai-interview-assistant
# Interview Assistant

This application uses Cohere's NLP capabilities to simulate an interviewee responding to interview questions. Users can input their resume and a job description, and then ask questions to get detailed and structured answers based on the provided context.

## Features

- Input resume and job description
- Ask questions based on the provided context
- Get detailed and structured answers generated by Cohere
- View all questions and answers in a scrollable format
- Clear context and Q&A to start a new session
- Follow the me on GitHub and LinkedIn

## Setup

1. Clone the repository:
   ```bash
   git clone https://github.com/rrrreddy/interview-assistant.git
   cd interview-assistant
    ```
2. Install the required packages:
```bash
pip install -r requirements.txt
```
3. Create a .env file in the root directory with your Cohere API key:
```
COHERE_API_KEY=your-cohere-api-key
```
4. Run the application:

```
streamlit run app.py
```