Liang-Jiaying / mock-interview-capstone-project

MIT License
1 stars 0 forks source link

Come up a overall plan for how to approach this project #6

Closed Liang-Jiaying closed 11 months ago

Liang-Jiaying commented 1 year ago

Some ideas:

  1. Different phases: for example, text-only phase, audio phase
  2. Large steps needed to complete each phase
  3. Small steps for each large step
  4. Detail solutions for each small step
Liang-Jiaying commented 1 year ago

This is the first draft come up before September 11th.

Mock Interview Project-Overall Plan-Draft 1.pdf

Feedback from Dr. Blocher: I was not think about this question in GenAI condition. More details about how to improve and what should I do next is in Issue #20.

Liang-Jiaying commented 1 year ago

This is the second draft come up on September 28th.

Mock Interview Project-Overall Plan-Draft 2.pdf

My thoughts:

  1. Before I come up with this plan, I talked with our users (6 of my DSI cohorts, #18), domain expert (Brook, #19), advisor (Dr. Blocher, #20), and my director (Dr. Spencer-Smith, #21). Now, I have more sense of what are users pain points for preparing interviews and what features will be helpful to address those pain points, even motivate them and let users love to use our app to prepare interviews.
  2. As Dr. Spencer-Smith mentioned, a resume review before preparing interview will be helpful. That is good idea since that is based on how to prepare to get an interview. Having a structured and concise resume, even better if it is tailored for specific role and company, will be a stepping-stone to getting an interview.
  3. I think my following main task will be doing lots of prompt engineering, and to figure out how to prompt to let those LLMs help me better. There is Prompt Engineering Course (Issue #5, #12, #)
  4. LangChain will be used in the latter stage when we need to make it an app and calling APIs.