Skip to content

Gen AI app which lets the user converse with an AI chatbot in order to practicing while learning a new language.

Notifications You must be signed in to change notification settings

shvam0000/Speak-Sphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Speak Sphere

Requirements

  • NodeJS
  • npm

Setup Instructions

Frontend

Clone the repository

git clone https://github.com/shvam0000/Speak-Sphere

or

git clone [email protected]:shvam0000/Speak-Sphere.git

Setup Frontend

Move to Frontend directory

cd frontend

Install all the dependencies

npm i
or
yarn

Start the development server

npm dev
or
yarn dev

Setup Backend

Move to Backend directory

cd backend

Install all the dependencies

npm i
or
yarn

Replace the API_KEY with your own GPT_API_KEY

Start the development server

npm run start
or
yarn start

About

Gen AI app which lets the user converse with an AI chatbot in order to practicing while learning a new language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages