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

https://github.com/arkaung/resume-bot


https://github.com/arkaung/resume-bot

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# A Super Simple Resume Bot For American Center Yangon 2024 LLM Workshop

This repo contains a super simple Streamlit app that can answer qeustions on a resume. This super simple app shows how you can build a super simple, yet useful LLM-powered app.
![screenshot](assets/screenshot.png)

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://resume-bot.streamlit.app/)

### How to run it on your own machine

1. Install the requirements

```
$ pip install -r requirements.txt
```

2. Run the app

```
$ streamlit run streamlit_app.py
```