https://github.com/fujiwarachoki/ai_api
A free-to-use API for AI usecases.
https://github.com/fujiwarachoki/ai_api
ai api free
Last synced: about 12 hours ago
JSON representation
A free-to-use API for AI usecases.
- Host: GitHub
- URL: https://github.com/fujiwarachoki/ai_api
- Owner: FujiwaraChoki
- License: mit
- Created: 2023-11-02T08:24:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T19:46:58.000Z (over 2 years ago)
- Last Synced: 2025-10-06T13:58:48.745Z (9 months ago)
- Topics: ai, api, free
- Language: Python
- Homepage:
- Size: 2.61 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Free AI API
## Introduction
This API was created to provide a free and easy to use API for people
who can't afford to pay OpenAI's baffling prices.
## Usage
### Installation
To install the API, simply run the following commands:
```bash
git clone https://github.com/FujiwaraChoki/ai_api.git
cd ai_api
pip install -r requirements.txt
python main.py
```
### API
Visit [localhost:5000/help](http://localhost:5000/help) for the list
of available endpoints, and how to use them.
## Contributing
If you want to contribute, please open an issue or a pull request.
## License
This project is licensed under the MIT license. See [LICENSE](LICENSE)