Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ Evalyn Public

Evalyn is an AI-powered chatbot that self-evolves based on user responses, Train it to help with documentation, Make it do the hard work for you, let documentor answer common queries on your projects, github website etc!

License

Notifications You must be signed in to change notification settings

Voyrox/Evalyn

Repository files navigation

Evalyn

Discord bot with a small TensorFlow.js model for intent classification and canned responses.

Setup

  1. Install deps
npm install
  1. Create .env
TOKEN=your_discord_bot_token
  1. Start
npm start

Project Layout

  • index.js: entrypoint (loads config, commands/events, registers slash commands)
  • src/commands: slash commands
  • src/events: Discord events
  • src/context: in-memory app context (config manager)
  • src/NeuralNetwork: training/session utilities
  • src/database/db.json: training dataset + responses
  • src/database/StatsConf.json: bot config + stats

About

Evalyn is an AI-powered chatbot that self-evolves based on user responses, Train it to help with documentation, Make it do the hard work for you, let documentor answer common queries on your projects, github website etc!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •