Skip to content

mayankanup/fast-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

My setup details

Python folder C:\progs\python
>python --version
Python 3.13.5

I didn't had pip installed in python folder. A work around was to use

py -m pip

>py -m pip list
Package Version
------- -------
pip     25.1.1

Install dependencies

py -m pip install fastapi uvicorn transformers torch

Start API

py -m uvicorn main:app --reload

Test it at

http://localhost:8000/docs

About

A local chatbot tool using fast api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages