Giter VIP home page Giter VIP logo

cheshire-cat's Introduction


Cheshire-Cat (Stregatto)

Logo

Customizable AI architecture

What is this?

If you want to build a custom AI on top of a language model, the Cat can help you:

  • ๐ŸŒ Language model agnostic (works with OpenAI, Cohere, HuggingFace models, custom)
  • ๐Ÿ˜ Long term memory
  • ๐Ÿ”ง Can use external tools (APIs, custom python code, other models)
  • ๐Ÿ“„ Can ingest documents (.pdf, .txt, .md)
  • ๐Ÿš€ Extendible via plugins
  • ๐Ÿ‹ 100% dockerized
  • ๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Active Discord community

This project is growing fast, refactorings and code changes happens very often, join the Issues to help!

Quickstart

Install

You just need docker and docker-compose installed on your system. Clone the repo:

git clone https://github.com/pieroit/cheshire-cat.git

Enter the created folder:

cd cheshire-cat

Create your .env file by copying and renaming .env_example:

On linux/mac

cp .env.example .env

On Windows

copy .env.example .env

After that you can run:

docker-compose up

The first time (only) it will take several minutes, as the images occupy a few GBs.

As a first thing, the Cat will ask you to configure your favourite language model. It can be done directly via the interface in the Settings page.

Enjoy the Cat!

When you're done, remember to CTRL+c in the terminal and

docker-compose down

Update

From time to time it is a good idea to update the Cat:

docker-compose down
git pull origin main
docker-compose build --no-cache
docker-compose up

(back to top)

Docs and Resources

Roadmap

Here's the plan and vision for the development of the ChechireCat v1. For the full Roadmap, check out here. Whilst for the current progress of development, take a look at the projects marked as open.

Contributing

For suggestions, open an issue and we can reason about it. If you want to contribute with code, fork the repo and create a pull request. Before submitting any new pull request, make sure it either fixes an existing issue or is something we have discussed in our Roadmap.

Simple contributions

You can start by:

  • Making tutorials and docs
  • Sharing on social media

If you have any ideas on how to improve the project or if you'd like to suggest new developments, please join our community on Discord

Code contribution

  1. Try out the Cat
  2. Fork the Project
  3. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  4. Commit your Changes (git commit -m 'Add some AmazingFeature')
  5. Push to the Branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request (if it contains lots of code, please discuss it beforehand opening a issue)

Don't forget to give the project a star โญ! Thanks again!๐Ÿ™

Naming Convention

This project follows the PEP8 naming convention for all backend code. Please ensure that your contributions adhere to this standard.

Credits

Logo image generated with MidJourney, prompted by Edgars Romanovskis

Which way to go?

(back to top)

Wikipedia picture of the Cheshire Cat

"Would you tell me, please, which way I ought to go from here?"
"That depends a good deal on where you want to get to," said the Cat.
"I don't much care where--" said Alice.
"Then it doesn't matter which way you go," said the Cat.

(Alice's Adventures in Wonderland - Lewis Carroll)

cheshire-cat's People

Contributors

angydev avatar antonioru avatar calebgcc avatar dsupertramp avatar elio1fiore avatar eugeniopetulla avatar fedestyla avatar march-08 avatar mte90 avatar nickprock avatar nicola-corbellini avatar peppicus avatar pieroit avatar pymike00 avatar salvog7 avatar samirsalman avatar steve707-ae avatar umbertogriffo avatar varrialeciro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.