Spaces:
Sleeping
Sleeping
Commit
·
9282f38
1
Parent(s):
3165477
Added link to git
Browse files- README.md +3 -1
- docs/instruction.py +3 -2
README.md
CHANGED
|
@@ -28,7 +28,9 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
| 28 |
|
| 29 |
# Welcome to the AI Mock Interviewer!
|
| 30 |
|
| 31 |
-
You can try this service in the demo mode here: [AI Interviewer](https://huggingface.co/spaces/IliaLarchenko/interviewer).
|
|
|
|
|
|
|
| 32 |
|
| 33 |
This tool is designed to help you practice various technical interviews by simulating real interview experiences.
|
| 34 |
Now, you can enhance your skills not only in coding but also in system design, machine learning system design, and other specialized topics.
|
|
|
|
| 28 |
|
| 29 |
# Welcome to the AI Mock Interviewer!
|
| 30 |
|
| 31 |
+
You can try this service in the demo mode here: [AI Interviewer](https://huggingface.co/spaces/IliaLarchenko/interviewer).
|
| 32 |
+
|
| 33 |
+
But for the good experience you need to run it locally [Project repository](https://github.com/IliaLarchenko/Interviewer).
|
| 34 |
|
| 35 |
This tool is designed to help you practice various technical interviews by simulating real interview experiences.
|
| 36 |
Now, you can enhance your skills not only in coding but also in system design, machine learning system design, and other specialized topics.
|
docs/instruction.py
CHANGED
|
@@ -9,8 +9,9 @@ instruction = {
|
|
| 9 |
"introduction": """
|
| 10 |
# Welcome to the AI Mock Interviewer!
|
| 11 |
|
| 12 |
-
You can try this service in the demo mode here: [AI Interviewer](https://huggingface.co/spaces/IliaLarchenko/interviewer)
|
| 13 |
-
|
|
|
|
| 14 |
|
| 15 |
This tool is designed to help you practice various technical interviews by simulating real interview experiences.
|
| 16 |
Now, you can enhance your skills not only in coding but also in system design, machine learning system design, and other specialized topics.
|
|
|
|
| 9 |
"introduction": """
|
| 10 |
# Welcome to the AI Mock Interviewer!
|
| 11 |
|
| 12 |
+
You can try this service in the demo mode here: [AI Interviewer](https://huggingface.co/spaces/IliaLarchenko/interviewer).
|
| 13 |
+
|
| 14 |
+
But for the good experience you need to run it locally [Project repository](https://github.com/IliaLarchenko/Interviewer).
|
| 15 |
|
| 16 |
This tool is designed to help you practice various technical interviews by simulating real interview experiences.
|
| 17 |
Now, you can enhance your skills not only in coding but also in system design, machine learning system design, and other specialized topics.
|