https://github.com/code-parth/finwise-extracter
https://github.com/code-parth/finwise-extracter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-parth/finwise-extracter
- Owner: Code-Parth
- Created: 2025-01-17T08:03:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T08:19:53.000Z (about 1 year ago)
- Last Synced: 2025-01-25T21:14:57.606Z (about 1 year ago)
- Language: Python
- Homepage: https://finwise-extracter.streamlit.app/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## install pip packages
```sh
pip install -r requirements.txt
```
## for local use
```sh
python main.py
```
## for local streamlit
```sh
python app.py
```