Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spencerpresley/hoyahacks2025


https://github.com/spencerpresley/hoyahacks2025

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# **Resumai**

![ResumAI Logo](./public/resumai.png)

---

## **About the Project**

**Resumai** is your ultimate one-stop solution for all things related to resumes and job applications. The platform provides a powerful suite of tools to streamline the application process, leveraging cutting-edge AI technologies to help users succeed.

---

## **Features**

- Tailored Resume Generator
- Application and Resume Storage
- Recruiter Query Platform
- Builtin User Chatbot
- User Signup and Login

## **About the Team**

We are a passionate group of 4 students from **Salisbury University**!
**Go GULLS!!! 🕊️**

- **[Spencer Presley](https://github.com/SpencerPresley)** - Full-Stack Developer
- **[Diego Zane](https://github.com/cscx1)** - Frontend Developer
- **[Dustin O'Brien](https://github.com/Omniladder)** - Frontend Developer
- **[Brando Panda-Perez](https://github.com/Murcielago13)** - Backend Developer

---

## **Technologies**

- Python
- Next.js
- LangChain
- FastAPI
- Claude
- OpenAI
- FAISS
- Shadcn
- PostgreSQL

---

## **How to Run the Server**

First, run the NextJS development server:

```bash
npm run dev
```

Run the FastAPI Backend through

```bash
uvicorn resume_wizard.api:app --reload
```