Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keanteng/flashcard
Flashcard Generator Using Gemini 1.5 Flash
https://github.com/keanteng/flashcard
artificial-intelligence flashcards gemini generator large-language-models nextjs tailwindcss
Last synced: about 1 month ago
JSON representation
Flashcard Generator Using Gemini 1.5 Flash
- Host: GitHub
- URL: https://github.com/keanteng/flashcard
- Owner: keanteng
- License: gpl-3.0
- Created: 2024-10-23T09:18:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T07:02:44.000Z (3 months ago)
- Last Synced: 2024-11-04T00:26:36.278Z (3 months ago)
- Topics: artificial-intelligence, flashcards, gemini, generator, large-language-models, nextjs, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flashcard Project
Welcome to the Flashcard Project! This project allows users to upload Markdown files, generate flashcards, and download the generated flashcards as a CSV file.
![alt text](flashcard_nextjs.gif)
## Table of Contents
- [Flashcard Project](#flashcard-project)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)## Introduction
The Flashcard Project is a web application that helps users create flashcards from Markdown files. Users can upload a Markdown file, generate flashcards, and download the flashcards as a CSV file for easy use in other applications.
## Installation
To get started with the Flashcard Project, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/keanteng/flashcard
```
2. Navigate to the project directory:
```sh
cd flashcard-project
```
3. Install the dependencies:
```sh
npm install
```
4. Start the development server:
```sh
npm run dev
```## Usage
Follow these steps to use the Flashcard Project:
1. Upload a Markdown file using the dropzone.
2. Click the "Generate Flashcards" button to generate flashcards.
3. Download the generated flashcards as a CSV file.