Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,22 @@
|
|
1 |
---
|
2 |
title: Chatcv Resume Builder
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: indigo
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Chatcv Resume Builder
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<html>
|
11 |
+
<head>
|
12 |
+
<title>ChatCV - AI Resume Builder</title>
|
13 |
+
</head>
|
14 |
+
<body>
|
15 |
+
<h1>ChatCV - AI Resume Builder</h1>
|
16 |
+
<p>ChatCV is a streamlit web app that uses the OpenAI ChatGPT model to improve your resume. It takes in your existing resume in pdf format, processes it, and then sends it to a chatbot that acts as a recruiter. The chatbot will then provide suggestions for improvements to your resume, which you can then edit and save as a pdf file.</p>
|
17 |
+
<p>Please note that the processing time may take a few minutes, and it is possible for the chatbot to return some inaccuracies. It is recommended to double check the information before finalizing your improved resume.</p>
|
18 |
+
<p>To use ChatCV, you will need to have an OpenAI API Key, which can be obtained from <a href="https://platform.openai.com/account/api-keys">https://platform.openai.com/account/api-keys</a>. Simply enter your API Key into the app and you are ready to start using ChatCV.</p>
|
19 |
+
<p>For any issues, please report in the community section, or send an email to ofikodar@gmail.com.</p>
|
20 |
+
<p>Start using ChatCV and improve your chances of landing a job!</p>
|
21 |
+
</body>
|
22 |
+
</html>
|