Inspiration

Our inspiration was going through technical interviews ourselves and realizing that information and problems requires to prep for these interviews is often hard to find and practice with efficiently.

What it does

We created MockTalk.ai in order to make interview information(such as Leetcode problems and behavioral interview tips) more accessible to the user and to help them receive smart feedback on their answers based on our AI model. It takes in the user's interview date, dream role and company, and what experience level they wish to apply as to give solid feedback to the user so that they can be well prepared for the big day.

How we built it

We built this using OpenAI's GPT-3.5 Turbo model, as well as Langchain as our LLM to train our model. The backend of this code was written using Python, and we are using Flask and HTML, CSS, and JavaScript for our frontend, as we plan to host this on a website.

Challenges we ran into

Some challenges we ran into include figuring out how to interact and code with the OpenAI API, as it took some time to understand how the agent interpret's user responses. We also ran into issues with Langchain, as our memory was not working and it took time to understand how to work with the OpenAI agent.

Accomplishments that we're proud of

We are especially proud with having a prototype-working backend using Python, as it holds and maintains smart conversations with users. We also are really proud of coming into this hackathon without any AI/LLM working experience and learning the ins and outs of how AI APIs work, how to create a fullstack project, and what tools/frameworks are needed to build it.

What we learned

We learned a lot about how to work with AI APIs and LLMs, as well as how to work together with a large fullstack project and distribute action items with each other. It was also interesting learning about tokens and how AI models really work like.

What's next for MockTalk.ai

MockTalk.ai aims to expand from just giving questions and feedbacks from technical interviews to other roles in other industries. We also look forward to solidifying our website and integrating our API and LLM with the frontend completely so that we have a completed product.

Built With

Share this project:

Updates