Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spencerpresley/hoyahacks2025
https://github.com/spencerpresley/hoyahacks2025
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spencerpresley/hoyahacks2025
- Owner: SpencerPresley
- Created: 2025-01-25T01:41:21.000Z (12 days ago)
- Default Branch: master
- Last Pushed: 2025-01-25T02:18:53.000Z (12 days ago)
- Last Synced: 2025-01-25T02:27:28.356Z (12 days ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```