Using text recognition for a ChatGPT prompt
Project description
read-and-chat
Installation
Run the following series of commands in a shell, such as bash.
git clone git@github.com:hssrobotics23/read-and-chat.git
cd read-and-chat
Install the repository locally with python 3.8 or above.
python3 -m pip install -e .
Then, run the command line tool read-and-chat.
read-and-chat
Publishing
Bundle the source code and the wheels.
python3 -m pip install build
python3 -m build --sdist
python3 -m build --wheel
To publish to pypi with credentials in your .pypirc, run:
python3 -m pip install twine
python3 -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file read-and-chat-0.0.1.tar.gz.
File metadata
- Download URL: read-and-chat-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46979a6a14c1775ec56ad0804f9cde97ecf3a2284961c3808d785d6f7fcaeafd
|
|
| MD5 |
021f162d11df74195db453961fdc1527
|
|
| BLAKE2b-256 |
54f5b099dc9953273dce8af3e52a160c8680cf678671b99348679e5791a58947
|
File details
Details for the file read_and_chat-0.0.1-py3-none-any.whl.
File metadata
- Download URL: read_and_chat-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b44cf5097bd1029b733d4ded786567833d096e99c55bc3177c5adf1ddd419bbe
|
|
| MD5 |
9fab4ef69888376324c189420b9d72d9
|
|
| BLAKE2b-256 |
8f4cd693b4107e03dd6816551522a4020b97499194f9e14cd800e7a9bf636c48
|