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
- 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
-
Clone the repo
git clone https://github.com/wardvisual/engine-warvil.git
-
Navigate to the Directory
cd engine-warvil
-
Create a copy of
.env.example
filecp .env.example .env
-
Enter your OpenAI API Key in
.env
fileOPENAI_API_KEY = 'ENTER YOUR OpenAI API KEY'
-
Make the
docker-entrypoint.sh
script executablechmod +x docker-entrypoint.sh
-
Build the Docker Image
docker compose up --build --force-recreate
-
Access the Application
You can now access the Engine Warvil application by visiting
http://localhost:3000
in your web browser.
Some of these features may not respond correctly while they are being developed.
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.Distributed under the MIT License. See LICENSE
for more information.
Edward Fernandez: Wardvisual
Project Link: Engine Warvil