AI-Hero is an AI-powered platform based on Mistral-7B that offers multiple AI features such as PDF analysis, recipe generation, text summarization, and more.
This project uses Hono as the server framework and Evalite for model evaluation.
✨ This project was built following a tutorial to explore AI model integration!
- Node.js (>= 18)
- pnpm
git clone https://github.com/RomThpt/ai-hero.git
cd ai-hero
pnpm install
Before running the project, create a .env file at the root of the project with the following variables:
MISTRAL_API_KEY=your-mistral-api
pnpm run eval:dev
## Licence
This project is licensed under the MIT License.