An open API service indexing awesome lists of open source software.

https://github.com/spyrosigma/playingwithgenai

Basic Article summarizer and finder.
https://github.com/spyrosigma/playingwithgenai

Last synced: 3 months ago
JSON representation

Basic Article summarizer and finder.

Awesome Lists containing this project

README

        

# Playing With Gen AI
- Clone the repo. Put your Gemini-API key in constants.py
## How to use?
1. Create a virtual env
```bash
virtualenv
\Scripts\activate #for windows
```
2. Install requirements
```bash
pip install -r requirements.txt
```
3. Run the app
```bash
streamlit run trying.py
```