Skip to content

Commit

Permalink
Merge pull request #101 from edubotics-ai/readme_iteration
Browse files Browse the repository at this point in the history
readme iterations
  • Loading branch information
trgardos authored Aug 29, 2024
2 parents 9b5e007 + e26dba6 commit edc6f13
Showing 1 changed file with 27 additions and 10 deletions.
37 changes: 27 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
# edubotics-core

## Welcome to edubotics-core by Edubotics AI! 👋

![PyPI](https://img.shields.io/pypi/v/edubotics-core.svg)
![GitHub stars](https://img.shields.io/github/stars/edubotics-ai/edubot-core.svg)
![License](https://img.shields.io/github/license/edubotics-ai/edubot-core.svg)
![PyPI Downloads](https://img.shields.io/pypi/dm/edubotics-core.svg)
[![GitHub Contributors](https://img.shields.io/github/contributors/edubotics-ai/edubot-core)](https://github.com/edubotics-ai/edubot-core/graphs/contributors)
<p align="center">
<a href="http://docs.edubotics.ai/">
<img src="https://github.com/edubotics-ai/.github/blob/main/assets/images/edubot-mascot.png?raw=true" alt="edubotics-ai" width="10%" height="10%">
</a>
</p>
<p align="center">
<em>Edubotics AI - Empower Education with AI: Create Intelligent Chatbots Quickly and Efficiently</em>
</p>
<p align="center">
<a href="https://github.com/edubotics-ai/edubot-core">
<img src="https://img.shields.io/pypi/v/edubotics-core.svg" alt="PyPI">
</a>
<a href="https://github.com/edubotics-ai/edubot-core">
<img src="https://img.shields.io/github/stars/edubotics-ai/edubot-core.svg" alt="GitHub stars">
</a>
<a href="https://github.com/edubotics-ai/edubot-core">
<img src="https://img.shields.io/github/license/edubotics-ai/edubot-core.svg" alt="License">
</a>
<a href="https://pypi.org/project/edubotics-core">
<img src="https://img.shields.io/pypi/dm/edubotics-core.svg" alt="PyPI Downloads">
</a>
<a href="https://github.com/edubotics-ai/edubot-core/graphs/contributors">
<img src="https://img.shields.io/github/contributors/edubotics-ai/edubot-core.svg" alt="GitHub Contributors">
</a>
</p>

**Empower Education with AI: Create Intelligent Chatbots Quickly and Efficiently 🚀**
## Welcome to edubotics-core by Edubotics AI! 👋

edubotics-core is an open-source Python library that allows developers to build LLM-based chatbots efficiently. It provides a comprehensive set of core modules for vector storage, retrieval, processing, with more to come.
**edubotics-core** is an open-source Python library that allows developers to build LLM-based chatbots efficiently. It provides a comprehensive set of core modules for vector storage, retrieval, processing, with more to come.

## 🛠 Installation

Expand Down

0 comments on commit edc6f13

Please sign in to comment.