Skip to content

A Collaborative Repository focusing on Computer Science from all the aspects that it deserves attention form!

License

Notifications You must be signed in to change notification settings

abhranilsingharoy-cloud/elixpo_chapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,931 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Elixpo — A Developer-First Open Source Series

Enhanced Learning and Intelligence Process Optimization

Elixpo Banner

Welcome to Elixpo-Chapter, an Open Source Repository (OSR) begun in 2023 as a college initiative, this open-source series has grown into a collaborative ecosystem of open source projects and collaborative development. In just two years, we've built over 17 projects, engaged a global community, and participated in numerous hackathons and open-source programs.

💖 If you believe in open and accessible projects, please leave a ⭐ on the repository!

Built with Pollinations Docker Compose Vercel Kubernetes JavaScript Minecraft Bot Discord Bot Chrome Extension Hacktoberfest


🚀 Our Mission & Vision

At Elixpo, we are dedicated to building a future where AI is open, ethical, and accessible to everyone. Our mission is to create a community-driven ecosystem where developers, creators, and enthusiasts can collaborate, learn, and innovate without barriers like paywalls or proprietary restrictions. We believe in transparency, responsible development, and the power of interconnected tools to build a better future.

Key Features

  • 🔓 100% Open Source: Licensed under GNU GPL-3.0 to ensure all derivatives remain open.
  • 💸 Completely Free: All our tools and platforms are free to use, forever.
  • 🤖 AI-Powered: From art generation to search, AI is at the core of what we do.
  • 🤝 Community-Driven: We thrive on collaboration and welcome contributions from all.
  • 🌐 Web-Based & Embeddable: Easily accessible through web interfaces and simple to integrate.

🎉 Join Us for Hacktoberfest 2025!

Hacktoberfest is live! We enthusiastically welcome contributions from developers around the world.

Let's build something amazing together!


🛠️ Projects in the Elixpo Ecosystem

This monorepo hosts a diverse collection of projects, each with its own development track.

Project              Description                                                                                      Link(s)                                      _                                                                            
Elixpo Art        AI art generation and enhancement platform.                                                      elixpo.com, Chrome Extension
Elix Blogs        A modern blogging platform for tech articles and tutorials.                                      elixpo.com/blogs/elixpo_art            _                                                                
Elixpo Search    An intelligent, AI-powered search engine.                                                        search.elixpo                                                 _                                                                            
Elixpo Chat      A platform for creating and interacting with AI chatbots.                                        chat.elixpo                                     _                                                                                      
Jackey            A personalized Discord bot for image generation and more.                                        jackey.elixpo.com                     _                                 _                                          
Elixpo Sketch    A real-time, WYSIWYG collaborative canvas and editor.                                            sketch.elixpo                                                 _                    _                                                      
Elixpo Verse      A stylish wallpaper with a live, animated clock.                                                verse.elixpo                               _                  _              _              _              _      _                        
Text-Emoji        Text-to-emoji converter using a fine-tuned T5-Small model.                                      Hugging Face     _      _        _  _  _  _        _  _        _  _    _    _          
LlamaMedicine    A Llama model fine-tuned for medicine-related tasks.                                            Ollama                                   _        _            _              _      _    _          
Pollinations UI  An improved user interface for the Pollinations project website.                                polli.elixpo                                   _    _    _  _          _    _  _  _    _  _      _  _      _      _      _    _    _  _    _    
Elixpo Portfolio The personal portfolio of the project founder.                                  _             elixpo           _          _          _          _      _    _  _  _      _      _       _       _   _   _            _  _    _  _        
Inkflow          A minimalist canvas developed by Ez-Vivek.               _     inkflow   _          _  _  _    _         _     _  _   _     _      _    _  _   _  _        _  _   _  _    _  _  _  _     _        
Fing & Fing-UI    A vibe-coding platform and React UI library by Subhro Koley. igyahiko.fing, igyahiko.fing-ui       _  _    _     _     _   _  _   _    _  _      _    _      _  _  _  _  _   card_                
CortexOne        An AI-powered desktop application built with Electron, React, and TypeScript.       _           itachi.cortexOne  _          _  _  _   _       _      _     _    _     _   _  _   _  _  _  _  _   _      _        _    _      _    _    
Vision        An AI-powered desktop application built with Electron, React, and TypeScript.                    igyahiko.vision             _    _     _   _  _  _   _      _     _    _   _    _       _  _   _   _       _  _   _  _  _  _      
Memory-Arc        An application to use LSTM to track conversations with an NLP model.                  itachi.memory-arc                       _  _   _  _           _             _  _   _  _   s    _   _    _     _      _    _    _  

👑 Key Achievements

  • 22+ Open Source Projects successfully built and deployed.
  • 20+ Global Contributors have shaped the Elixpo ecosystem.
  • 20+ Hackathons participated in, fostering innovation and rapid development.
  • Featured in Major Programs like GSSOC, Pollinations.AI, and OSCI.
  • Recognized by MS Startup Foundations with funding in 2024.
  • Active Participant in Hacktoberfest 2024 & 2025.
              Star History Chart  

🏛️ Overall Architecture

The Elixpo ecosystem is designed as a series of interconnected platforms that leverage a central API binding layer. This layer communicates with external AI/ML models and infrastructure providers to deliver powerful features across our applications.

graph TD
    subgraph User-Facing Platforms
        A[Elixpo Art]:::service
        B[Elix Blogs]:::service
        C[Elixpo Search]:::service
        F[Elixpo Chat]:::service
        D[Elixpo Sketch]:::service
Half     G[Elixpo Verse]:::service
    end

    subgraph API & Core Logic
        P[Pollinations API Provider]:::api
    end

    subgraph Backend & Infrastructure
        X[AI/ML Models - Scaleway, RPi, GCP]:::ai
        Y[Cloud Infra - AWS, Azure, GPU VMs]:::infra
    end

    %% Connections
    A & B & C & F & D & G --> P
    P --> X
    P --> Y

    %% Styling
    classDef service fill:#e6f3ff,stroke:#333,stroke-width:2px;
NEW     classDef api fill:#e6ffe6,stroke:#333,stroke-width:2px;
    classDef ai fill:#fff0e6,stroke:#333,stroke-width:2px;
    classDef infra fill:#f9e6ff,stroke:#333,stroke-width:2px;
Loading

About

A Collaborative Repository focusing on Computer Science from all the aspects that it deserves attention form!

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 29.5%
  • TypeScript 21.1%
  • CSS 17.3%
  • HTML 13.1%
  • Python 10.9%
  • Jupyter Notebook 6.8%
  • Other 1.3%