Spaces:
Sleeping
Sleeping
Commit
·
ebde5a5
1
Parent(s):
44800eb
Updated instructions
Browse files- docs/instruction.py +8 -5
docs/instruction.py
CHANGED
|
@@ -16,18 +16,21 @@ Welcome to the AI Tech Interviewer Training tool! This tool is designed to help
|
|
| 16 |
## Key Features
|
| 17 |
|
| 18 |
- **Speech-First Interface**: You can talk to the tool just like you'd talk to a real interviewer. This makes practicing for your interviews more realistic.
|
| 19 |
-
- **
|
| 20 |
- **LLM (Large Language Model)**: Acts as the interviewer.
|
| 21 |
- **Speech-to-Text and Text-to-Speech Models**: These help mimic a real conversation by converting spoken words to text and vice versa.
|
| 22 |
- **Model Flexibility**: The tool works with many different models, including ones from OpenAI and open-source models from Hugging Face.
|
| 23 |
- **Personal Project**: I created this tool as a fun way to experiment with AI models and to provide a helpful resource for interview practice.
|
| 24 |
|
| 25 |
-
##
|
| 26 |
|
| 27 |
-
This
|
| 28 |
-
|
| 29 |
-
Check out the other sections for instructions on how to set up the tool, use the interview interface, configure models, and more.
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
""",
|
| 32 |
"quick_start": """
|
| 33 |
# Running the AI Tech Interviewer Simulator
|
|
|
|
| 16 |
## Key Features
|
| 17 |
|
| 18 |
- **Speech-First Interface**: You can talk to the tool just like you'd talk to a real interviewer. This makes practicing for your interviews more realistic.
|
| 19 |
+
- **Various AI Models**: This tool uses 3 types of AI models:
|
| 20 |
- **LLM (Large Language Model)**: Acts as the interviewer.
|
| 21 |
- **Speech-to-Text and Text-to-Speech Models**: These help mimic a real conversation by converting spoken words to text and vice versa.
|
| 22 |
- **Model Flexibility**: The tool works with many different models, including ones from OpenAI and open-source models from Hugging Face.
|
| 23 |
- **Personal Project**: I created this tool as a fun way to experiment with AI models and to provide a helpful resource for interview practice.
|
| 24 |
|
| 25 |
+
## Planned Updates
|
| 26 |
|
| 27 |
+
This is the first beta version of the service, and I have several updates planned to make this tool better:
|
|
|
|
|
|
|
| 28 |
|
| 29 |
+
1. **More Interview Types**: I will add new interview simulations, including Systems Design, Machine Learning System Design, Math and Logic, Behavioral Interviews, and Theory Tests for various tech areas.
|
| 30 |
+
2. **Streaming Mode for Models**: To make conversations smoother and more like real interviews, I'll switch to streaming mode for models. This will help with faster responses during the interviews.
|
| 31 |
+
3. **Testing More Models**: I'll test more open-source models to see what other capabilities can be added to enhance the tool's performance and flexibility.
|
| 32 |
+
4. **Improving the User Interface**: I plan to tweak the design and user interface to make it easier to navigate and use, ensuring a better experience for everyone.
|
| 33 |
+
5. **Adaptive Difficulty Settings**: Depending on how users perform, I'll adjust the difficulty of the problems automatically to match their skill level better.
|
| 34 |
""",
|
| 35 |
"quick_start": """
|
| 36 |
# Running the AI Tech Interviewer Simulator
|