Skip to content

Commit 90cb29e

Browse files
committed
Update README.md with improved AI Interview Simulator description and updated project stack
1 parent a2c358d commit 90cb29e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# AI Interview Simulator
44

5-
**AI Interview Simulator** is a web application that helps you prepare for your next job interview. It uses AI to analyze your answers and provide feedback on how to improve using the camera and microphone on your device.
5+
AI Interview Simulator is an web application designed to improve your interview preparation. Using AI technology, it analyzes your answers and provides constructive feedback on how to improve. Using your device's camera and microphone, this tool provides a comprehensive, real-time assessment to help you excel in your next interview.
66

77
## 🚀 Services
88

@@ -17,12 +17,16 @@
1717
- Headless component primitives: [Angular CDK](https://material.angular.io)
1818
- Backend:
1919
- API: [HonoJS](https://honojs.com/)
20+
- LangChainJS: [LangChainJS](https://langchainjs.com/)
2021
- Infrastructure:
2122
- Cloudflare Pages
2223
- Clodflare Workers
23-
- Workers AI
24+
- Workers AI Models
25+
- @cf/openai/whisper
26+
- @cf/meta/llama-2-7b-chat-fp16
27+
- openai-tts
2428
- Storage: R2
25-
- Database: D1
29+
- Database: D1 to chat memory
2630

2731
## 🚀 Quickstart
2832

@@ -156,3 +160,7 @@ This project was structured as a monorepo, with the frontend and backend in the
156160

157161
![capture](/images/weather_ci.jpg)
158162

163+
164+
165+
166+

0 commit comments

Comments
 (0)