Skip to content

Honeypotters/PandorasBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Pandora's Box

🏆 5th Place Winner at LaunchHacks IV Hackathon 🏆

Pandora's Box is an AI powered web honey-pot that utilises a fine-tuned version of distilgpt2. Through the use of an LLM, relevant, specific and personalised responses can be made to every incoming request. The project was built with Python, Golang and Typescript.
It should be noted that this project was made as a part of a weekend hackathon, it is not yet completed and will be further developed in the future.

Report Bug · Request Feature

Prerequisites

Running without Docker:

Running with Docker:

Usage

  1. Clone and cd into the repo

    git clone https://github.com/Honeypotters/PandorasBox.git && cd PandorasBox
  2. Add a Gemini API key (get yours here), this is required for basic classification and tagging of requests for the dashboard.

    backend/.env
  3. To launch Pandora's Box without docker:

  • Server

    cd backend
    go get
    go run server.go stats.go
  • Web Interface

    cd website
    npm i
    npm run dev
  • LLM

    pip install -r ./llm/model/requirements.txt
    python3 ./llm/model/use_model_flask.py

    Or to start up Pandora's Box with docker:

     docker compose up -d

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Top contributors

contrib.rocks image

License

Distributed under the project_license. See LICENSE.txt for more information.

About

A fine-tuned LLM powered honey-pot, providing near-realtime realistic responses to web requests.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •