Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moikapy/thothgpt
https://github.com/moikapy/thothgpt
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/moikapy/thothgpt
- Owner: Moikapy
- Created: 2024-07-24T18:04:59.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-29T13:35:48.000Z (3 months ago)
- Last Synced: 2024-07-30T04:37:41.626Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThothGPT
# Install Ollama from [Ollama](https://ollama.com)
- ollama pull llama3.1
# Install Python from [Python](https://python.org)
- python
# Install Deps with pip
- python install_requirements.py
# Run the script
```
streamlit run main.py
```python