https://github.com/arkaung/resume-bot
https://github.com/arkaung/resume-bot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arkaung/resume-bot
- Owner: ArkAung
- License: apache-2.0
- Created: 2024-12-07T05:11:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T13:25:28.000Z (over 1 year ago)
- Last Synced: 2025-03-30T18:14:41.648Z (over 1 year ago)
- Language: Python
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.

[](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
```