Skip to content

AndresFVargasV/LLM-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM-API

Overview

LLM-API is a Python-based project aimed at integrating language model capabilities into applications. This API makes it easier for students to create study plans according to certain characteristics through an LLM.

Installation

To set up the LLM-API on your local environment, follow these steps:

  1. Clone the repository:
  git clone https://github.com/AndresFVargasV/LLM-API.git
  1. Navigate to the cloned directory:
  cd LLM-API
  1. Install the required packages:
  pip install -r requirements.txt

Note:

For the operation of this project is necessary to have an OpenAI Key.

Usage

Run the application using the following command:

  python main.py

This will start the API server, allowing you to send requests to process text through the configured language models.

UI

The UI for this project is located in this repository: Student Schedule - Frontend

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.

About

LLM - API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages