{"id":22941650,"url":"https://github.com/wardvisual/engine-warvil","last_synced_at":"2025-08-12T21:32:15.505Z","repository":{"id":64541466,"uuid":"536037748","full_name":"wardvisual/engine-warvil","owner":"wardvisual","description":"A comprehensive language tool.","archived":false,"fork":false,"pushed_at":"2023-08-05T14:55:50.000Z","size":7950,"stargazers_count":26,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-23T23:21:31.367Z","etag":null,"topics":["chatgpt","codex","gpt","gpt3","openapi"],"latest_commit_sha":null,"homepage":"https://engine-warvil.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wardvisual.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-13T08:50:03.000Z","updated_at":"2024-01-24T13:27:07.000Z","dependencies_parsed_at":"2023-02-18T07:46:03.429Z","dependency_job_id":null,"html_url":"https://github.com/wardvisual/engine-warvil","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wardvisual%2Fengine-warvil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wardvisual%2Fengine-warvil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wardvisual%2Fengine-warvil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wardvisual%2Fengine-warvil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wardvisual","download_url":"https://codeload.github.com/wardvisual/engine-warvil/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229710690,"owners_count":18111640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","codex","gpt","gpt3","openapi"],"created_at":"2024-12-14T13:44:35.762Z","updated_at":"2024-12-14T13:44:36.306Z","avatar_url":"https://github.com/wardvisual.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/wardvisual/engine-warvil\"\u003e\n    \u003cimg src=\"./public/banner.svg\" alt=\"banner\"\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n  \u003ch2 align=\"center\"\u003eEngine Warvil\u003c/h2\u003e\n\n  \u003cp align=\" center\"\u003eWarvil 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.\u003c/p\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://engine-warvil.vercel.app/\"\u003e\u003cstrong\u003eView Project »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e    \n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/wardvisual/engine-warvil\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/wardvisual/engine-warvil/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/wardvisual/engine-warvil/issues\"\u003eRequest Feature\u003c/a\u003e\n  \n\u003c/div\u003e\n\n\u003cbr /\u003e\n\u003ca href=\"https://github.com/wardvisual/engine-warvil\"\u003e\n   \u003cimg src=\"./public/banner.jpg\" alt=\"homepage\"\u003e\n\u003c/a\u003e\n\n\u003cbr /\u003e\n\u003c!-- BUILT WITH --\u003e\n\n\u003chr /\u003e\n\n### Built With\n\n- [Next.js](https://nextjs.org/)\n- [Typescript](https://www.typescriptlang.org/)\n- [OpenAI](https://openai.com/)\n\n### Prerequisites\n\n- Docker installed on your machine\n- Node.js and npm installed on your machine\n- A code editor of your choice\n- Familiarity with terminal or command prompt\n\n\u003c!-- INSTALLATION --\u003e\n\n### Installation\n\n1. Clone the repo\n\n   ```sh\n   git clone https://github.com/wardvisual/engine-warvil.git\n   ```\n\n### Setup\n\n1. Navigate to the Directory\n\n   ```sh\n   cd engine-warvil\n   ```\n\n2. Create a copy of `.env.example` file\n\n   ```sh\n   cp .env.example .env\n   ```\n\n3. Enter your OpenAI API Key in `.env` file\n\n   ```sh\n   OPENAI_API_KEY = 'ENTER YOUR OpenAI API KEY'\n   ```\n\n4. Start the container\n\n   ```sh\n   docker compose up --build --force-recreate\n   ```\n\n5. Access the Application\n\n   You can now access the Engine Warvil application by visiting `http://localhost:3000` in your web browser.\n\n\u003chr /\u003e\n\n\u003c!-- FEATURES --\u003e\n\n### Key Features\n\n\u003cdetails\u003e\n  \u003csummary\u003eAnswer Basic Questions \u003c/summary\u003e\n    Warvil is able to answer basic questions about a variety of topics using artificial intelligence.\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eGenerate Code \u003c/summary\u003e\n    Warvil can generate code for a variety of programming languages based on your specifications.\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eGenerate Thesis Titles \u003c/summary\u003e\n    Warvil can generate potential titles for your thesis or research project.\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eCorrect Grammar \u003c/summary\u003e\n    Warvil can help you improve your writing by correcting grammar errors and providing suggestions for improvement.\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eParaphrase Text \u003c/summary\u003e\n    Warvil can rewrite text to convey the same information in a different way, making it easier to understand.\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eSummarize \u003c/summary\u003e\n    Warvil can generate a summary of longer pieces of text, helping you save time and focus on the most important information.\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eTranslate to Other Languages \u003c/summary\u003e\n    Warvil can translate text from English to a variety of other languages.\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eExplain Programming Code \u003c/summary\u003e\n    Warvil can provide explanations and examples for programming concepts and code snippets.\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eEvaluate Mathematical Expressions \u003c/summary\u003e\n    Warvil can evaluate and simplify mathematical expressions.\n\u003c/details\u003e\n \n\u003cdetails\u003e\n  \u003csummary\u003eCreate Study Notes \u003c/summary\u003e\n    Warvil can generate study notes based on text input, helping you learn and retain information more effectively.\n\u003c/details\u003e\n\n\u003chr /\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n\nEdward Fernandez: [Wardvisual](https://wardvisual.me/)\n\nProject Link: [Engine Warvil](https://engine-warvil.vercel.app/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwardvisual%2Fengine-warvil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwardvisual%2Fengine-warvil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwardvisual%2Fengine-warvil/lists"}