Coder Social home page Coder Social logo

filopedraz / llama-explorer Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 4.57 MB

๐Ÿš€ Get instant insights in the open-source AI landscape. Most starred repositories, top contirbutors and most used programming languages in a single simple UI.

License: MIT License

Dockerfile 0.58% Python 99.42%

llama-explorer's Introduction

๐Ÿฆ™ Llama Explorer

cover

Keep track of all the Open Source AI projects, repositories, and contributors in an intuitive UI.

๐Ÿ–ฅ๏ธ First Glance

image

๐Ÿš€ Roadmap

  • One Leaderboard to rule them all. No more 10 different tabs to check OpenLLM Leaderboard, CodeGen Leaderboards etc etc.
  • Fear and Hype Index. A metric to measure the hype and fear around open-source AI based on Twitter and Reddit posts.
  • Hot Topics and Trends. A list of the most popular topics and trends in the Open Source AI community. Check on what the main projects are working on based on Issues and PRs.
  • Hot Tools. A list of the most mentioned tools across Reddit and Twitter.

๐Ÿ› ๏ธ Self Host with docker-compose

# clone the repo
git clone https://github.com/filopedraz/llama-explorer

# run the docker-compose
docker-compose up --build -d

๐Ÿ’ป Contributing

# clone the repo
git clone https://github.com/filopedraz/llama-explorer

# install all dependencies
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

# configure pre-commit
pip install pre-commit
pre-commit install

# configure env variables
cp .env.example .env

# run the peripherics with docker-compose
docker-compose up -d postgres redis

# run the django backend
python manage.py migrate
python manage.py runserver

# run the tasks to fetch data
python manage.py repositories
python manage.py commits
python manage.py contributors
python manage.py locations

# run the streamlit app
streamlit run Home.py

llama-explorer's People

Contributors

filopedraz avatar casperdcl avatar

Stargazers

Mojtaba Arvin avatar  avatar  avatar Barton Rhodes avatar

Watchers

Kostas Georgiou avatar  avatar

llama-explorer's Issues

Generic improvements

Description

  • Best contributor of the day requires a definition
  • Slugs, Usernames and handles should be clickable in the tables.
  • Map popups when hovering dots
  • Sort Descending for Programming Languages
  • Move celery beat scheduler from Database to configuratio file.

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.