Skip to content

wardvisual/engine-warvil

Repository files navigation


banner

Engine Warvil

Warvil is an intelligent chatbot powered by OpenAI. It is designed to provide helpful and insightful answers to your questions. Warvil can learn from its conversations with you, allowing it to become increasingly efficient and knowledgeable over time.


View Project »

View Demo · Report Bug · Request Feature

homepage

Built With

Prerequisites

  • Docker installed on your machine
  • Node.js and npm installed on your machine
  • A code editor of your choice
  • Familiarity with terminal or command prompt

Installation

  1. Clone the repo

    git clone https://github.com/wardvisual/engine-warvil.git

Setup

  1. Navigate to the Directory

    cd engine-warvil
  2. Create a copy of .env.example file

    cp .env.example .env
  3. Enter your OpenAI API Key in .env file

    OPENAI_API_KEY = 'ENTER YOUR OpenAI API KEY'
  4. Start the container

    docker compose up --build --force-recreate
  5. Access the Application

    You can now access the Engine Warvil application by visiting http://localhost:3000 in your web browser.


Key Features

Answer Basic Questions Warvil is able to answer basic questions about a variety of topics using artificial intelligence.
Generate Code Warvil can generate code for a variety of programming languages based on your specifications.
Generate Thesis Titles Warvil can generate potential titles for your thesis or research project.
Correct Grammar Warvil can help you improve your writing by correcting grammar errors and providing suggestions for improvement.
Paraphrase Text Warvil can rewrite text to convey the same information in a different way, making it easier to understand.
Summarize Warvil can generate a summary of longer pieces of text, helping you save time and focus on the most important information.
Translate to Other Languages Warvil can translate text from English to a variety of other languages.
Explain Programming Code Warvil can provide explanations and examples for programming concepts and code snippets.
Evaluate Mathematical Expressions Warvil can evaluate and simplify mathematical expressions.
Create Study Notes Warvil can generate study notes based on text input, helping you learn and retain information more effectively.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Edward Fernandez: Wardvisual

Project Link: Engine Warvil