Skip to content

A small project showing distilbert/distilgpt2 as an autcomplete tool

Notifications You must be signed in to change notification settings

jSwords91/autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autocomplete

A small project using distilbert/distilgpt2 as an autocomplete.

Installation

To install and use this autocomplete tool, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/autocomplete_tool.git
    
  2. Navigate to the project directory:

    cd autocomplete_tool
    
  3. Install the required dependencies using pip:

    pip install -r requirements.txt
    
  4. Run in the terminal:

uvicorn main:app --port 8000 --reload

That's it! You can now use the autocomplete tool to generate suggestions based on the distilbert/distilgpt2 model.

About

A small project showing distilbert/distilgpt2 as an autcomplete tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published