SebastianSchramm commited on
Commit
f99f917
·
unverified ·
1 Parent(s): 1b42904

update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -11
README.md CHANGED
@@ -12,15 +12,7 @@ short_description: CozyTales app
12
  ---
13
 
14
 
15
- # React + Vite
16
 
17
- This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
18
-
19
- Currently, two official plugins are available:
20
-
21
- - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) for Fast Refresh
22
- - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
23
-
24
- ## Expanding the ESLint configuration
25
-
26
- If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
 
12
  ---
13
 
14
 
15
+ ## Cozy Tales
16
 
17
+ Cozy Tales is an emotionally intelligent AI storytelling app that supports children aged 4–7 during vulnerable moments—like bedtime, anxiety, or sadness—by generating personalized audio stories using Gemma-3n-4b-it and Kokoro-82M TTS.
18
+ This is the frontend of the app written in react.