Created by Atharv Hatwar
This application helps students and researchers generate comprehensive project reports using AI technology. It leverages the Gemini AI API to create detailed, well-structured reports with proper academic formatting.
- Generate reports of 3,500+ words
- Automatic sectioning and formatting
- Times New Roman font styling
- Dark mode interface
- Download reports in Markdown format
- Copy to clipboard functionality
- Professional academic structure
- Clone the repository
- Install dependencies:
npm install
- Create a
.env
file with your Gemini API key:VITE_GEMINI_API_KEY=your_api_key_here
- Run the development server:
npm run dev
- Enter your project topic in the input field
- Click "Generate Report"
- Wait for the report to be generated
- Download or copy the report as needed
- React
- TypeScript
- Tailwind CSS
- Google Gemini AI API
- Vite
MIT License
Created by Atharv Hatwar