Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmejia committed May 5, 2024
1 parent 969a863 commit 607bf9e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@
[Celery-url]: https://docs.celeryproject.org/en/stable/index.html
[Redis-shield]: https://img.shields.io/badge/Redis-DC382D?style=for-the-badge&logo=redis&logoColor=white
[Redis-url]: https://redis.io/
[MongoDB-shield]: https://img.shields.io/badge/MongoDB-47A248?style=for-the-badge&logo=mongodb&logoColor=white
[MongoDB-url]: https://www.mongodb.com/
[Pydantic-shield]: https://img.shields.io/badge/Pydantic-2B7AFD?style=for-the-badge&logo=pydantic&logoColor=white
[Pydantic-url]: https://pydantic-docs.helpmanual.io/
[Gemma-shield]: https://img.shields.io/badge/Gemma-8E75B2?style=for-the-badge&logo=Google-Gemini&logoColor=white
[Gemma-url]: https://ai.google.dev/gemma
[Pegasus-shield]: https://img.shields.io/badge/Pegasus-000000?style=for-the-badge&logo=google&logoColor=white
[Pegasus-url]: https://ai.googleblog.com/2020/06/pegasus-state-of-art-model-for.html

[Build-shield]: https://img.shields.io/github/workflow/status/TCU-ClassifAI/classifAI-engine/deploy_docs.yml?style=for-the-badge
[Build-url]: https://github.com/TCU-ClassifAI/classifAI-engine/actions/workflows/deploy_docs.yml


<a name="readme-top"></a>
Expand Down Expand Up @@ -60,13 +63,18 @@
</div>






[![GitHub contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]



***


Expand Down Expand Up @@ -115,10 +123,9 @@ ClassifAI engine provides the heavy lifting for classifAI. It is a RESTful API t
[![Flask][Flask-shield]][Flask-url]
[![Torch][Torch-shield]][Torch-url]
[![OpenAI][OpenAI-shield]][OpenAI-url]
[![Celery][Celery-shield]][Celery-url]
[![Redis][Redis-shield]][Redis-url]
[![MongoDB for Python][MongoDB-shield]][MongoDB-url]
[![Pydantic][Pydantic-shield]][Pydantic-url]
[![Gemma][Gemma-shield]][Gemma-url]




Expand All @@ -129,10 +136,12 @@ To get a local copy up and running follow these simple steps.

For more instructions please see the [documentation
](https://tcu-classifai.github.io/classifAI-engine/)

### Prerequisites

* Python 3.10 (can probably work with 3.9+ but not tested)
* Redis
* Huggingface API key token

### Installation

Expand Down
5 changes: 5 additions & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ ghp-import==2.1.0
gitdb==4.0.11
GitPython==3.1.42
greenlet==3.0.3
griffe==0.44.0
grpcio==1.62.1
gunicorn==21.2.0
h11==0.14.0
Expand Down Expand Up @@ -120,6 +121,9 @@ matplotlib-inline==0.1.6
mdurl==0.1.2
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-autorefs==1.0.1
mkdocstrings==0.25.1
mkdocstrings-python==1.10.0
more-itertools==10.2.0
moviepy==1.0.3
mpmath==1.3.0
Expand Down Expand Up @@ -191,6 +195,7 @@ pycparser==2.21
pydantic==1.10.14
pydub==0.25.1
Pygments==2.17.2
pymdown-extensions==10.8.1
pyparsing==3.1.2
pytest==8.1.1
python-dateutil==2.9.0.post0
Expand Down

0 comments on commit 607bf9e

Please sign in to comment.