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.
- Host: GitHub
- URL: https://github.com/spyrosigma/playingwithgenai
- Owner: Spyrosigma
- Created: 2024-02-18T06:29:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T14:51:39.000Z (about 1 year ago)
- Last Synced: 2024-12-28T08:09:37.025Z (5 months ago)
- Language: Python
- Homepage: https://spyrosigma-article-summarizer.streamlit.app/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```