Skip to content

tranquochuy645/smarthome_with_chatGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Used stacks

Demo

Video (Vietnamese)

App UI

To try it yourself

You will need an OpenAI API key and create a Firebase Realtime Database to run this project.

  • In the Android app folder, add the google_services.json file that Firebase gave you, as their tutorial showed. Remember to set the package name to "alexucana," or you will have to change the entire original package name of this application.

  • In the "./android/app/src/main/java/com/example/alexucana" directory, rename example_config.java to config.java and add your API key. You may also change other configurations as you wish.

  • In "./esp32/main/project_config.h", replace the database URL with yours.