IliaLarchenko commited on
Commit
52cc950
1 Parent(s): c551e8b

Updated repo in readme

Browse files
Files changed (2) hide show
  1. README.md +1 -6
  2. docs/instruction.py +2 -2
README.md CHANGED
@@ -51,7 +51,6 @@ This is just the first beta version, and I'm working on enhancing this tool. Pla
51
  3. **Improving the User Interface**: Making it easier to navigate and use, ensuring a better experience for all users.
52
 
53
 
54
-
55
  # Running the AI Tech Interviewer Simulator
56
 
57
  To get the real experience you should run the service locally and use your own API key or local model.
@@ -63,7 +62,7 @@ To get the real experience you should run the service locally and use your own A
63
  First, clone the project repository to your local machine with the following commands:
64
 
65
  ```bash
66
- git clone https://huggingface.co/spaces/IliaLarchenko/interviewer
67
  cd interviewer
68
  ```
69
 
@@ -103,7 +102,6 @@ python app.py
103
  The application should now be accessible at `http://localhost:7860`.
104
 
105
 
106
-
107
  # Interview Interface Overview
108
 
109
  This tool now supports multiple types of interviews, including Coding, System Design, Machine Learning System Design, Math, Stats, and Logic, SQL, and ML Theory.
@@ -133,7 +131,6 @@ Once the interview is completed, or if you decide to end it early, click the **"
133
  Detailed feedback will be provided in this section, helping you understand your performance and areas for improvement.
134
 
135
 
136
-
137
  # Models Configuration
138
 
139
  This tool utilizes three types of AI models: a Large Language Model (LLM) for simulating interviews, a Speech-to-Text (STT) model for audio processing, and a Text-to-Speech (TTS) model for auditory feedback. You can configure each model separately to tailor the experience based on your preferences and available resources.
@@ -196,7 +193,6 @@ You can configure each models separately. Find more examples in the `.env.exampl
196
 
197
 
198
 
199
-
200
  # Acknowledgements
201
 
202
  The service is powered by Gradio, and the demo version is hosted on HuggingFace Spaces.
@@ -209,7 +205,6 @@ Even though the service can be used with great variety of models I want to speci
209
  Please ensure to review the specific documentation and follow the terms of service for each model and API you use, as this is crucial for responsible and compliant use of these technologies.
210
 
211
 
212
-
213
  # Important Legal and Compliance Information
214
 
215
  ## Acceptance of Terms
 
51
  3. **Improving the User Interface**: Making it easier to navigate and use, ensuring a better experience for all users.
52
 
53
 
 
54
  # Running the AI Tech Interviewer Simulator
55
 
56
  To get the real experience you should run the service locally and use your own API key or local model.
 
62
  First, clone the project repository to your local machine with the following commands:
63
 
64
  ```bash
65
+ git clone https://github.com/IliaLarchenko/Interviewer
66
  cd interviewer
67
  ```
68
 
 
102
  The application should now be accessible at `http://localhost:7860`.
103
 
104
 
 
105
  # Interview Interface Overview
106
 
107
  This tool now supports multiple types of interviews, including Coding, System Design, Machine Learning System Design, Math, Stats, and Logic, SQL, and ML Theory.
 
131
  Detailed feedback will be provided in this section, helping you understand your performance and areas for improvement.
132
 
133
 
 
134
  # Models Configuration
135
 
136
  This tool utilizes three types of AI models: a Large Language Model (LLM) for simulating interviews, a Speech-to-Text (STT) model for audio processing, and a Text-to-Speech (TTS) model for auditory feedback. You can configure each model separately to tailor the experience based on your preferences and available resources.
 
193
 
194
 
195
 
 
196
  # Acknowledgements
197
 
198
  The service is powered by Gradio, and the demo version is hosted on HuggingFace Spaces.
 
205
  Please ensure to review the specific documentation and follow the terms of service for each model and API you use, as this is crucial for responsible and compliant use of these technologies.
206
 
207
 
 
208
  # Important Legal and Compliance Information
209
 
210
  ## Acceptance of Terms
docs/instruction.py CHANGED
@@ -43,7 +43,7 @@ To get the real experience you should run the service locally and use your own A
43
  First, clone the project repository to your local machine with the following commands:
44
 
45
  ```bash
46
- git clone https://huggingface.co/spaces/IliaLarchenko/interviewer
47
  cd interviewer
48
  ```
49
 
@@ -252,4 +252,4 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
252
 
253
  for key in ("introduction", "quick_start", "interface", "models", "acknowledgements", "legal"):
254
  f.write(instruction[key])
255
- f.write("\n\n")
 
43
  First, clone the project repository to your local machine with the following commands:
44
 
45
  ```bash
46
+ git clone https://github.com/IliaLarchenko/Interviewer
47
  cd interviewer
48
  ```
49
 
 
252
 
253
  for key in ("introduction", "quick_start", "interface", "models", "acknowledgements", "legal"):
254
  f.write(instruction[key])
255
+ f.write("\n")