https://github.com/dense-analysis/densechat-api
A RestAPI for densechat.ai
https://github.com/dense-analysis/densechat-api
Last synced: 3 months ago
JSON representation
A RestAPI for densechat.ai
- Host: GitHub
- URL: https://github.com/dense-analysis/densechat-api
- Owner: dense-analysis
- License: agpl-3.0
- Created: 2023-11-21T12:31:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T13:19:44.000Z (over 2 years ago)
- Last Synced: 2025-02-20T01:09:06.404Z (over 1 year ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# densechat-api
A RestAPI for [densechat.ai](https://densechat.ai).
## Development
Follow these steps to configure the project and run it locally.
1. Check that your Python version matches the project: `cat .python-version`
2. Install [poetry](https://python-poetry.org/): `python -m pip install -r poetry.txt`
3. Run poetry: `poetry install`
To update dependencies later, run `poetry update` and commit `poetry.lock`.