Metadata-Version: 2.1
Name: oraculo
Version: 0.1.1
Summary: A project to use Sentence Transformers and embeddings to make a pocket search engine
Author: Joao Tedeschi
Author-email: joaorafaelbt@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: black (>=23.3.0,<24.0.0)
Requires-Dist: chromadb (>=0.3.21,<0.4.0)
Requires-Dist: datasets (>=2.12.0,<3.0.0)
Requires-Dist: duckdb (>=0.7.1,<0.8.0)
Requires-Dist: duckdb-engine (>=0.7.0,<0.8.0)
Requires-Dist: langchain (>=0.0.158,<0.0.159)
Requires-Dist: numpy (>=1.24.3,<2.0.0)
Requires-Dist: openai-whisper (>=20230314,<20230315)
Requires-Dist: pandas (>=2.0.1,<3.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: sentence-transformers (>=2.2.2,<3.0.0)
Requires-Dist: streamlit (>=1.22.0,<2.0.0)
Requires-Dist: tqdm (>=4.65.0,<5.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# Oráculo 

Uma aplicação em CLI e WebApp para transcrição de Áudios e *Busca Semântica*


## Requisitos
 - python 3.10
 - ffmpeg
 - git
 - docker (futuro)


## Uso 
```bash
oraculo webapp
```



