Skip to content

Api Spring Boot to generate via OpenAI API a study plan given certain study subject.

Notifications You must be signed in to change notification settings

RaquelMichelon/study-plan-generator-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study Plan Generator with OpenAI API

API for study plan generation given certain subject using OpenAI API

Setup   |    Technologies   |    Project   |    Acknowledgment   |    License

License


Note! Check the UI I developed here


Note! This project is a working in progress


🚧 Setup

To have this project running locally:

1 - Clone the project using git clone

2 - Create an account on the OpenAi platform

3 - Copy the OpenAi API key to the application.properties file

4 - On the Controller, check the Client URL on the @CrossOrigin annotation

5 - Run the application

6 - Test the application via curl (or an HTTP client of your choice) - I developed an UI project you can use for this API that can be found here

curl http://localhost:8080/study-plans -H "Content-Type: application/json" -d "Geometry"

🚀 Technologies

This project was started via Spring initializer with the following configurations:

💻 Project

This is an API that lists the 5 most important content to be studyed given a subject.

Note! For the sake of simplicity and because it is beyond this mini-project scope, all classes were written in the same file, which is not recommended for real projects.

♡ Acknowledgment

This project was possible thanks to Giuliana Bezerra who originally created and prepared the following tutorial.

📝 Licença

This project has the MIT license.


⌨️ Developed by Raquel Michelon

About

Api Spring Boot to generate via OpenAI API a study plan given certain study subject.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages